Map visualizations based on aswkt coordinates #97
-
Hi, We would like to create map visualizations based on aswkt coordinates. Based on the following types ‘Sdo:Polygon / Point’ and ‘Bag:geometrie/vlakGeometrie’. What would be the way to do this? Unfortunately we haven’t acquired results yet. Is this solution / discussion the way to go? ("//discussions/86") #86 If so, how can we add the background map? Is it done by this iframeTemplate variable? Example link of a polygon we would like to visualize: Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please have a look at the Basel Trifid instance. It uses Leaflet to render the map. Here is an example resource. Check the last lines of the HTML file and this JavaScript file. See the Leaflet docs how to change the tile layer. |
Beta Was this translation helpful? Give feedback.
Please have a look at the Basel Trifid instance. It uses Leaflet to render the map. Here is an example resource. Check the last lines of the HTML file and this JavaScript file. See the Leaflet docs how to change the tile layer.