Forum Discussion
Anonymous
5 years agoNot applicable
Geo Data Shapes Map
Hi, I was trying to achive a GeoShape as shown in this tutorial. https://www.youtube.com/watch?v=YV6y1pX0-hg The .json file is from here. https://github.com/isellsoap/deutschlandGeoJSON I ...
- 5 years ago
The shape map needs TopoJSON, not GeoJSON. use Mapshaper to convert as needed. Make sure to use field names that match map keys.
Anonymous
5 years agoNot applicable
Great thanks a lot that works fabulous. Another question:
Do you know a .pbf or .poi file-converter who can last up to 3 GB?
lbendlin
5 years agoSuper User
why would you need a converter? Isn't it just a list of lat/lon and some meta data? You should be able to consume that as a flat list/CSV directly.