Skip to content Skip to sidebar Skip to footer
Showing posts with the label Leaflet

Vertical Alignment Of Tms Tiles In Leaflet Using Epsg:25832 Projection

I am using Leaflet with Proj4Leaflet to work with tiles in 25832. The application is fairly simple:… Read more Vertical Alignment Of Tms Tiles In Leaflet Using Epsg:25832 Projection

Rendering Coordinates On Leaflet Map View Using Ajax In Ember

[]I am trying to feed data (via an ajax call to a json file) to both a handlebars template and a le… Read more Rendering Coordinates On Leaflet Map View Using Ajax In Ember

Remove "null" Attributes In Leaflet Popups With An If-statement

I am using external geojson attributes to fill my popup windows in Leaflet, like this: function pop… Read more Remove "null" Attributes In Leaflet Popups With An If-statement

Using Leaflet.offline With React?

I'm developing a React app, and I'm trying to implement a Leaflet-map with support for offl… Read more Using Leaflet.offline With React?

Export Leaflet Map To Geojson

Is it possible to export geojson from leaflet to save the map state? I want to store the markers, … Read more Export Leaflet Map To Geojson

Generate Coordinates Given Distance, Angle From A Center

I have a given center in the map [x1,y1]. From that center I am drawing a circle with a 1 mile radi… Read more Generate Coordinates Given Distance, Angle From A Center

'invalid Geojson Object.' Using Leaflet And Leaflet-ajax

I'm using leaflet to build a map of France, with the regions highlighted, and on-click zoom. I … Read more 'invalid Geojson Object.' Using Leaflet And Leaflet-ajax

Leaflet.js: How To Remove Multiple Layers From Map

I am using Leaflet.js for a map. Now I want to remove added layers from the map. By clicking the in… Read more Leaflet.js: How To Remove Multiple Layers From Map