-
There should be an API for searching for addresses.
Otherwise every client would have to implement searching in contacts etc. itself. Providing an API would save every client much work.
-
Some ideas for changes to libra live that could happen over the next few months.
## short term
- we used mapzen search to query place names and get lat/lon. obviously this has to change.
- add so…
-
Objectif : afficher les informations des transports en commun sur toute la France dans cette interface carto généraliste.
- [x] Afficher les infos des horaires du réseau de bus
- [ ] #163
- [ ]…
laem updated
3 months ago
-
Consider adding OpenStreetMap for maps in the Invoice Ninja application for those that prefer an open source map. The have several API listed on [this page](https://wiki.openstreetmap.org/wiki/API) th…
-
Currently, the code is only showing the "aerodrome" polygon and "runway" line
```python
lc = {
"air": {
"aeroway": ["aerodrome"]
},
"airway": {
"aeroway": ["runway…
-
I have been using the API to get distances between two points in the UK for a while, the code works very well with no issues, I have been working on shortest distances, but now the requirement is to c…
-
```
docker run -d -p 5000:5000 -e OSRM_PBF_URL='http://download.geofabrik.de/europe/ukraine-latest.osm.pbf' --name osrm-backend peterevans/osrm-backend-k8s:latest
```
```
docker logs -f 301094bac9…
-
This has been asked for plenty of times but never made it into a proper discussion / ticket.
A JOSM plugin for MapRoulette would allow mappers to access MapRoulette tasks from within JOSM and solve…
-
Current implementation uses own tiles loading, but it can be good idea to check if OsmAnd app installed and use map tiles from it. That can prevent excessive tiles download and reduce internal space u…
r4sas updated
2 months ago
-
Building upon the great tutorial found [here](https://sustainability-gis.readthedocs.io/en/latest/lessons/L2/calculating-travel-time-matrices.html), I'm facing an issue calculating travel times in Ams…