Lecture des informations sur les cartes anciennes depuis la base svc couches
Les informations suivantes peuvent être récupérées depuis la base svc couches:
-
geom
:SELECT the_geom FROM searchlayers.missions WHERE kml_layer_id = '<mission_id>' ORDER BY gid DESC LIMIT 1
-
date
:SELECT pv_date FROM searchlayers.missions WHERE kml_layer_id = '<mission_id>' ORDER BY gid DESC LIMIT 1
-
nom_carte
:SELECT title FROM searchlayers.missions WHERE kml_layer_id = '<mission_id>' ORDER BY gid DESC LIMIT 1