Serg

Results 9 issues of Serg

The text is always in the center of the node. How can I put it a little lower? Thanks

I am trying to rewrite a MapboxDraw.modes.draw_line_string.clickAnywhere function to allow deletion of a previous point with the SHIFT key in draw_line_string mode. It kinda works, but when it removes the...

feature
auto-triaged

I use these options to create mbtiles for mapbox `--accumulate-attribute` to accumulate population from polygons, so I can get population with mapbox.queryRenderedFeatures in bbox `tippecanoe -o out_sum.mbtiles -P --coalesce-smallest-as-needed --detect-shared-borders...

I want to save data on text input blur(focusout), so I don't have to click on the "save tick". I tried different way but can't even get a blur event...

I am adding this event on every marker and want to disable infobox over the spiderfier marker/icon, just over the marker that are inside the spiderfier. Is there a wat...

like this ``` styles: [{ featureType: 'poi.business', stylers: [{ visibility: 'off' }] }, { "featureType": "transit", "stylers": [{ "visibility": "off" }] }, { "featureType": "poi", "stylers": [{ "visibility": "off" }]...

Here is an example. I am getting messed data with this script. Some part on data from ndjson1.json is in mainD2 and vice versa. Is this a bug or it...

question

### Description The problem is that I created a new Google Maps account and a new API key, but there is no Directions API. They say you should use the...

question

map.fitBounds(bounds, { padding: 150 }) in v3.10 somehow sets the global bounds. If you call map.getBounds(), it returns the bounds including the 150 px padding, which is incorrect. In v2,...

bug :lady_beetle:
auto-triaged