Skip to content
#

leaflet

Here are 1,561 public repositories matching this topic...

kamal951
kamal951 commented Feb 26, 2020

Bug report

Before opening an issue, make sure to read the contributing guide and understand this is a bug tracker, not a support platform.

Please make sure to check the following boxes before submitting an issue.
**Issues opened without using this template will be closed unless they have a good reason not to f

tsuz
tsuz commented Dec 4, 2019

The markers in the example do not load properly since the relative path does not exist when it's loaded in JSFiddle. For this example, the JSON assets should be loaded over relative path to the origin so it does not load which you can see here. After updating the featureLayer argument t

bjornasm
bjornasm commented Oct 2, 2019

In the documentation for ipyleaflet, specifically when it comes to a circle marker - there is no mention what kind of reference system is used when placing the circle marker. Needless to say this is extremely frustrating. Is it lat long? Is it an x,y axis system in reference to the canvas?

leaflet-geoman
jasonwinget
jasonwinget commented Dec 9, 2019

Please add additional examples of how to deal with the data generated by events. Expand on an example of how to use data of creating a line, etc. I normally understand the 'e' but I am missing the relevant data generated in the event, where is it? How does someone take this utility to the next level? How do you find your data for storing in a database (not how to store it, but where is the data

justice47
justice47 commented Jun 13, 2019

Hello!
That would be nice to have a feature to locate autocomplete block above the input field, and remain the input field sticky to its position.
For example this is must-have feature for an input located at the very bottom of the map.
Can we achieve this only with HTML and CSS?

benjaminh
benjaminh commented Feb 11, 2020

OpenStreetMap restricts the zoom level to 20 so I need to use Leaflet maxZoom and maxNativeZoom to zoom into last level tiles.
Yet, I didn't find in django-leaflet config a corresponding MAX_NATIVE_ZOOM property to set in LEAFLET_CONFIG.

Is there any way to set this value ? If not, is it possible to set the leaflet property by accessing to the object in the main_map_init javascript() fun

codingmiao
codingmiao commented Nov 28, 2019

Request a feature or report a bug? [这是一个需求还是一个缺陷]

缺陷

One-line summary [问题简述]

在某些环境下,examples/js/utils.js.getLanguage函数返回的语言字符串不符合预期

Version [产品及版本]

iClient 最新版本,以nginx暴露,在部分浏览器下


Actual Behavior [当前现象]

在某些环境下,examples/js/utils.js.getLanguage函数返回的语言字符串不符合预期,例如guage

faienz93
faienz93 commented Sep 11, 2019

Hi,

i have imported Easy-Button for my project. When i want compile my Angular Project I obtain this error:

ERROR in node_modules/leaflet-easybutton/src/easy-button.d.ts(4,16): error TS2665: Invalid module name in augmentation. Module 'leaflet' resolves to an untyped module at 'Path/node_modules/leaflet/dist/leaflet-src.js', which cannot be augmented.

Leaflet: "^1.5.1",
Leaflet-Eas

dooley
dooley commented Jul 21, 2018

I'm using Leaflet 1.3.1 - because Leaflet/Leaflet#6245 - and VectorGrid 1.3.0 for mvt with L.canvas.tile as rendererFactory.

The defined click-handler works as expected only if zoomlevel is integer (6, 5, 19, ..). If zoomlevel gets fractional (6.25, 10.75, ...), mousepointer change back to normal and click on a feature

riccardoklinger
riccardoklinger commented Jun 27, 2019

As I am deepdiving into the code for 2 weeks now, it is still hard for me, to figure out, what function is doing what in which situation. I am not a heavy-coder and I would like to propose to write a short description into every function/class on the purpose of it and when it is called.
This is done nicely in the exporter.py file already but is missing for most of the others.

d33tah
d33tah commented Oct 15, 2018
ubuntu@ip-172-31-31-248:~$ python gdal2tiles-leaflet/gdal2tiles.py -z 0-11 -l -p raster -w none /mnt/1000/combined2.png /mnt/1000/out/
Generating Base Tiles:
0...10...20...30...40...50...60...70..ERROR 1: libpng: Read Error
ERROR 1: /mnt/1000/combined2.png, band 1: IReadBlock failed at X offset 0, Y offset 49257
Traceback (most recent call last):
  File "gdal2tiles-leaflet/gdal2tiles.py"
kbvernon
kbvernon commented Dec 12, 2019

If I have two rasters, r1 and r2, the following code throws up an error re: leaflet not handling the mapview S4 class:

mapview(r1, layer.name = "r1") +
  mapview(r2, layer.name = "r2")  %>%
  leaflet::hideGroup(group = "r2")

It would be nice, however, if this functionality were available, instead of having to use @map to push the leaflet map through the pipe, especially as th

Improve this page

Add a description, image, and links to the leaflet topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the leaflet topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.