Questions tagged [markers]
An object used to indicate a position, place, or route
480 questions
1
vote
2
answers
81
views
Open geo.admin.ch with marker for specific location using Python
How can I include a location marker in map.geo.admin in a web link?
I want to display a specific position in map.geo.admin using Python. E.g. the web link
https://map.geo.admin.ch/#/map?lang=de&...
4
votes
0
answers
66
views
Changing dot color in QGIS Raster Georeferencer
QGIS version 3.34.15-Prizren QGIS code revision 386f2583a69 under Ubuntu 22.04.5 LTS
When I set a dot on the raster it is green. After it was pointed on a satellite map it became red.
Is it possible ...
0
votes
0
answers
74
views
SVG markers not showing correctly on qgis2web map
I see in previous questions that SVG is not supported in qgis2web. Has this changed? You can see in my QGIS map the SVG markers are clear, but not showing in qgis2web map.
1
vote
0
answers
57
views
What is this type of radiating leaflet marker called?
Someone I work with pointed me to a website with a leaflet map with nested radiating point markers. The website is no longer available, so I cannot dive in to check what it was and how it was ...
1
vote
1
answer
276
views
Restore All markers on click, MapBox, MaplibreGl
I have an interactive map in which I display several hundred points.
The map is based on the tutorial "stores locator" and "Create and style clusters" from Mapbox or MapLibreGl.
I ...
1
vote
0
answers
52
views
Сhanging color of previously saved points (markers) in QGIS
How to change the color of previously saved points (markers) during the process of raster binding?
During the process of raster binding, we put a dot marker on one layer, and then on another. By ...
0
votes
1
answer
111
views
Point features not rotating when map view is rotated using QGIS
I have a point layer in QGIS with features sorted after a specified value. Meaning, my features are categorized and are symbol layers of type "Font Marker". Now, since they are street labels ...
0
votes
1
answer
92
views
Arrow symbols are 180deg off rotation in QGIS
I'm using QGIS 3.36, and I have a layer of geotagged images that I've marked with arrows. I've rotated the arrows with the images exif data and while they're all rotating, I've noticed they're ...
1
vote
1
answer
123
views
Why do my markers not show on my tmap, using two different data frames?
I have a data frame that plots the urban area units from the Timaru District, New Zealand. To give you some idea of the size of the map, this is the Wiki page on Timaru showing geographical location ...
0
votes
1
answer
302
views
Leaflet markercluster: getting the zoom level at which a specific marker is no longer clustered?
I'm using Leaflet markercluster in an app. I have an endpoint where a specific marker is selected (eg. ../marker/12); so the maps centers on that marker and displays its popup when the page loads.
But ...
3
votes
1
answer
228
views
Changing marker shape to ArrowHead using PyQGIS
With the code below I can add a marker to the symbology of a line type layer. But by default, this marker is a circle.
layerName = 'rede_bombas'
vLayer = QgsProject.instance().mapLayersByName(...
1
vote
0
answers
83
views
How to render marker for each features gotten from vector tile API in Mapbox GL JS?
I am using Mapbox GL JS in my vuetify project. I have a vector tile API. This API will return points for each tile (xyz). I use addSource and addLayer to render the features gotten from the vector ...
0
votes
1
answer
89
views
How to change Simple Marker to SVG Marker?
I have a line type layer and I want to add an svg type marker, I managed to add a simple marker to the layer's symbology according to the image, with the attached code. Is it possible to change this ...
1
vote
0
answers
80
views
QGIS doesn't render QgsCategorizedSymbolRenderer
I'm trying to use QgsCategorizedSymbolRenderer to control the appearance of symbols in a vector layer. To create a simple layer (with circles of different colors), I'm using the following snippet:
vl =...
1
vote
1
answer
233
views
Map moves every time a marker is added in ipyleaflet
I am trying to create a map that is updated continuously with received data and I have a problem. the map moves every time a new marker is added and it is making it useless as it should be zoomed to ...