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

Leaflet: Including Metadata With Circlemarkers

I have a Leaflet map that I am populating with CircleMarkers. I would like to include an additional… Read more Leaflet: Including Metadata With Circlemarkers

Adding Geojson Feature Attributes To Mapbox Popup

I am looking to add a popup with geoJSON attributes to each book store marker on my map. I have use… Read more Adding Geojson Feature Attributes To Mapbox Popup

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

Leaflet - Draggable Marker And Coordinates Display In A Field Form

I have to do a draggable marker and its coordinates should be displayed in fields. It will be a par… Read more Leaflet - Draggable Marker And Coordinates Display In A Field Form

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

How To Add A Marker With A Specific Class To A Layer Or Layergroup?

I have a couple of markers that have a css class with its names, for example: markerOne has .marker… Read more How To Add A Marker With A Specific Class To A Layer Or Layergroup?

Tree From Array Of Dot-separated Strings

I have an array of dot delimited strings which looks like the following data = [ 'Europe.UK… Read more Tree From Array Of Dot-separated Strings

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

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 Flipping Tiles In Electron

Hey im new to electron but i want to use Leaflet inside it to some magic mapping stuff. I created a… Read more Leaflet Flipping Tiles In Electron

Preciseness Of Leaflet Measurement Conversions

map.layerPointToLatLng(map.latLngToLayerPoint(L.latLng(40.687, -73.9035))) results in {lat: 40.68… Read more Preciseness Of Leaflet Measurement Conversions

Leaflet Popup For Geojson Ajax

With Leaflet, how have popup on each marker when I load geojson layer with Ajax? var map = L.ma… Read more Leaflet Popup For Geojson Ajax

Add A Popup When Clicked Through To A 'plugin' Pulsing Marker In R Leaflet

I managed (with the help of SO) to put a pulsing marker from a plugin to a map with the R leaflet p… Read more Add A Popup When Clicked Through To A 'plugin' Pulsing Marker In R Leaflet

What Is Keeping Jquery.print From Working With Leaflet?

When testing a git repo that makes use of jQuery.print (demo here), I got the following error: [Exc… Read more What Is Keeping Jquery.print From Working With Leaflet?

Leaflet Map Not Showing In Bootstrap Div

This is a super odd problem that I can not figure out. I have my div with the map and its css styli… Read more Leaflet Map Not Showing In Bootstrap Div

Convert Array Of Intensity Points To Markers

So I have this code. Heat map has already been added but now I need to add the markers for each of… Read more Convert Array Of Intensity Points To Markers

Trying To Use Epsg:3857 In Leaflet

I am trying to make leaflet use EPSG:3857 as an input coordinate system. I use porj4leaflet to achi… Read more Trying To Use Epsg:3857 In Leaflet

Check If A Polygon Point Is Inside Another In Leaflet

I'm having two sets of polygon coordinates selected from leaflet geoJSON map. The parent and ch… Read more Check If A Polygon Point Is Inside Another In Leaflet

Offer Packages Of Map Tiles For Offline Use

I'm making a web application that has to work offline. So far everything works and my last step… Read more Offer Packages Of Map Tiles For Offline Use

How To Make Interactive Leaflet Tiles From Gridlayer

By extending GridLayer, you can return a custom div element to load your own visual for each tile b… Read more How To Make Interactive Leaflet Tiles From Gridlayer