How to display a Leaflet map in modal window?
I produce geospatial data in a content type with addressfield and geofield. I can display this data in a Leaflet map as field without any problem. But I have to use here a modal, therefore I render the...
View ArticleHow to display geotagged photos from my domain in leaflet
I already asked a question similar to this then I used a plugin of displaying geotagged photos in leaflet from (Google+ photos|Instagram / CartoDB|Norvegiana ) photos in leaflet This plugin gets photos...
View ArticleDraw raster on top of a Leaflet map
I want to implement a raster layer on top of a Leaflet map that includes the following functionalities: Digital Elevation Model (DEM) terrain height included in each raster cell GPS-Track (I use this...
View ArticleHow to return output of WMS/GetMap (Geoserver) request through an API call?
I am working on a web mapping application which is build on Leaflet and Angular JSP libraries and relies on ArcGIS Map Services. We get token from ArcGIS’s gettoken API through a WebAPI and that token...
View ArticleLeaflet Mobile Not Working
Trying to get this to work on a mobile device. Works fine on a computer. Anybody have any suggestions as to why it wont show up on my phone? </body></html> <head><title>Leaflet...
View ArticleFilter data from WFS request in Leaflet
In the past I have used OpenLayers in order to make WFS requests to geoserver and show features on a map. I have also used WFS rules in order to filter the data based on specific values. Now I am using...
View ArticleLeaflet display only clicked element of a loaded map layer (polyline)
I am creating a web mapping application that will return appropriate routes based upon ST_length query on a cartoDB dataset. So far, the code below successfully maps those routes with individual...
View ArticleHow to apply Mapnik Zoom Level Styling via Leaflet Zoom Levels
I’ve setup a node mapnik server to render some tiles for polygons. The application I’ve built to call out to these tiles is in Leaflet An example of a current mapnik styling rule is below <Style...
View ArticleUsing JQueryUI Slider to change Layer Display (Leaflet)?
Can’t seem to figure out how to use JQueryUI Slider to change the layer display on my leaflet map. Scenario is basically, When user slides bar across a dfferent layer shows up on the map (in years)...
View Article