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

Map Based On Leaflet And Angularjs Not Loaded Correctly

My map based on Leaflet and AngularJS is not loading correctly. I do not know what's going on b… Read more Map Based On Leaflet And Angularjs Not Loaded Correctly

Intersection Point Of Two Lines In Leaflet

I want to get the intersection point of two polylines in leaflet. I have two lines as given below … Read more Intersection Point Of Two Lines In Leaflet

'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

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

Leaflet: Multiple Maps On Same Page

I have searched similar questions and have not found an answer for my case. I would like to work wi… Read more Leaflet: Multiple Maps On Same Page

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

Timeslider Plugin And Leaflet - Markers Not Appearing In Order

Updated with a JSFIDDLE link I am using LeafletJS to build a web map with a timeline slider. I am u… Read more Timeslider Plugin And Leaflet - Markers Not Appearing In Order

Leaflet Js (react-leaflet) - Bounds Box Filled With Transparent Color

I'm working with react-leaflet package, however, if you can answer the question in plain leafle… Read more Leaflet Js (react-leaflet) - Bounds Box Filled With Transparent Color

Leaflet Plugin Only Working When Geolocation Is Enabled

I am using leaflet with react-leaflet. OverpassLayer is working when geolocation is enabled. When … Read more Leaflet Plugin Only Working When Geolocation Is Enabled

Angular-leaflet-directive - Issue Where The Map Is Technically Rendering, But None Of Its Tiles Appear .

. . . because the tiles are absolutely positioned within parent containers whose heights are equal… Read more Angular-leaflet-directive - Issue Where The Map Is Technically Rendering, But None Of Its Tiles Appear .

React Leaflet Side-by-side

I wanted to show two tile layers side by side, like the plugin side-by-side for leaflet (https://gi… Read more React Leaflet Side-by-side

Opening A Leaflet Popup On A Layergroup

I am trying to draw country shapes on a leaflet map using L.GeoJSON(data).addTo(map). I then want t… Read more Opening A Leaflet Popup On A Layergroup

Reading A Geojson File Into Rails/leaflet

I've created GeoJSON file with Rails jBuilder and want to read it in to Leaflt. It's OK if … Read more Reading A Geojson File Into Rails/leaflet

Circles In Legend For Leaflet Map With Addcirclemarkers In R - Without Shiny

I am creating a leaflet map in R - I don't need to build a shiny app, and haven't tackled t… Read more Circles In Legend For Leaflet Map With Addcirclemarkers In R - Without Shiny

Leaflet Draw Plugin: How To Hide/show Drawing Tools By Layer Type Dynamically

I'm using draw plugin in my project and I would like to know how can I hide/show drawing tools … Read more Leaflet Draw Plugin: How To Hide/show Drawing Tools By Layer Type Dynamically

R Leaflet Custom Attribution String

When using the R leaflet package, how can I add something additional to the attribution string (i.e… Read more R Leaflet Custom Attribution String

Leaflet :: Changing Icon Based On Zoom Level

How do I go about changing an icon height & width based on Leaflet zoom level? I'm using Le… Read more Leaflet :: Changing Icon Based On Zoom Level

Leaflet Map: Update Marker Using Navigator.geolocation.watchposition?

I'm trying to use a leaflet map to show the current position of the user on the map. Something … Read more Leaflet Map: Update Marker Using Navigator.geolocation.watchposition?

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

Plotting Geojson Points In Html

I am creating a webmap similar to the example here example, but with my data. My geojson points won… Read more Plotting Geojson Points In Html