diff options
author | QuentinAndre <quentin.andre@imt-atlantique.net> | 2021-08-13 22:32:55 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:48 +0200 |
commit | 0c57d77eb424de082a576ff679d4ed342a61c01f (patch) | |
tree | 82a8e0b89e472b129ab40f031fc0386753e95ac5 /ishtar_common/static | |
parent | 313aefcf470df2fe3ad660e568aa8cac308dfcae (diff) | |
download | Ishtar-0c57d77eb424de082a576ff679d4ed342a61c01f.tar.bz2 Ishtar-0c57d77eb424de082a576ff679d4ed342a61c01f.zip |
version before checkbutton
Diffstat (limited to 'ishtar_common/static')
-rw-r--r-- | ishtar_common/static/js/ishtar-map.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/static/js/ishtar-map.js b/ishtar_common/static/js/ishtar-map.js index d4eb7285d..56694772b 100644 --- a/ishtar_common/static/js/ishtar-map.js +++ b/ishtar_common/static/js/ishtar-map.js @@ -871,7 +871,7 @@ var get_map_by_id_test = function (id) { console.log(map_layers[id][0].getSource()) } -var get_map_by_id = function (id) { +var get_features_by_id = function (id) { if (vector_features[id] == null) { var base_features = geojson_format.writeFeaturesObject(point_features[id], {decimals: 3}); } else { |