python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Invalid alias reference to a QML component
I'm working on an open street map feature with QML and Qt 5.11.
I just wrote a minimal reproduce case. It consists in displaying one blue dot on the map. When I change map zoom with the mouse wheel, s...

matt
Votes: 0
Answers: 1
How to solve problems with offline map display?
There is one problem: I made it using maperitive tiles with the required scale of 12-15 (so that the map is available offline), then the task was to connect the resulting offline map to this project: ...
Hank Jerssey
Votes: 0
Answers: 0
How to search for locations using Tags inside OpenStreetMap
Using the Nominatim APIs, am able to do a search based on a query. However, all the results returned have a Tag associated with them, like leisure=fitness_centre.
How can I, thus, use the OpenStreetMa...
sppc42
Votes: 0
Answers: 1
Java module error: Unnamed module reads package com.graphhopper from both graphhopper.core and graphhopper.web.api
I'm currently working on a java project. Every time I try to run the code my IDE (IntelliJ) throws the following error
java: the unnamed module reads package com.graphhopper from both
graphhopper.cor...
Reinhard
Votes: 0
Answers: 0