/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
OpenStreetMap's New Vector Tiles
(tech.marksblogg.com)
497 points
marklit
| 2 comments |
19 Nov 24 12:03 UTC
|
HN request time: 0.405s
|
source
1.
redmajor12
◴[
20 Nov 24 17:33 UTC
]
No.
42196277
[source]
▶
>>42182519 (OP)
#
Does anyone know how to download the OSM placemarks (museum, fort, bus stop, etc) for use in another GIS program like AlpineQuest or even the desktop?
replies(1):
>>42227855
#
ID:
GO
2.
GrayShade
◴[
24 Nov 24 13:33 UTC
]
No.
42227855
[source]
▶
>>42196277 (TP)
#
There are a couple of ways. I've done it by downloading an extract from
https://download.geofabrik.de/
, using GDAL (ogr2ogr) to convert it to GPKG, then opening it in QGIS and friends.
https://github.com/osmzoso/osm2sqlite
is another option, which I've never used.
↑