mapbox / gazetteer

Place bookmarks for maps
BSD 2-Clause "Simplified" License
10 stars 8 forks source link

Reorganize structure #51

Closed tristen closed 4 years ago

tristen commented 5 years ago

With the addition of locations specific to one region of the world does it make sense to organize the folder/file structure? Having a root mapbox-streets directory doesn't quite make sense to me. While these locations were initially created to evaluate style layers using mapbox streets, these locations are relevant to other datasets and its less clear to someone using gazetteer why it's labelled that way.

@dasulit @ClareTrainor what do you think about this proposal:

Conceptually, anything that is specific to mapbox-streets should use the tags field to cite that.

Files

Folder structure

locations/
├── global/
│   ├── highway-shields.json
│   ├── natural-labels.json
│   ├── place-labels.json
│   ├── points-of-interest.json
│   ├── road-networks.json
│   └── transit.json
├── japan/
│   ├── natural-labels.json
│   ├── place-labels.json
│   ├── points-of-interest.json
│   ├── road-networks.json
│   └── transit.json
├── benchmarks/
│   ├── mapbox-streets.json
│   └── README.md // Documents intent of this directory
├── README.md // Documents rules around naming and folder structure.
dasulit commented 5 years ago

👍 on board with the suggestions outlined here! I can take this on.

ClareTrainor commented 5 years ago

Nice, this is a great idea Tristen!

dasulit commented 4 years ago

Closed by #52.