matkoniecz / lunar_assembler

SVG maps from OpenStreetMap data. Available at https://mapsaregreat.com/osm_to_svg_in_browser/
GNU Affero General Public License v3.0
40 stars 5 forks source link

generate taginfo file descriptions #91

Closed matkoniecz closed 3 years ago

matkoniecz commented 3 years ago

With unified map styles it should be now much nicer to do :)

for taginfo: laser_neighbourhood_taginfo.json - https://wiki.openstreetmap.org/wiki/Taginfo/Projects#Project_Files

{
    "syntax_documentation": "https://wiki.openstreetmap.org/wiki/Taginfo/Projects#Project_Files",
    "data_format": 1,
    "data_url": "https://raw.githubusercontent.com/matkoniecz/lunar_assembler/master/examples/laser_neighbourhood_taginfo.json",
    "project": {
        "name": "neighbourhood laser map style for Lunar Assembler",
        "description": "Map style used to generate maps - designs for use in a laser cutter to produce tactile maps for blind",
        "project_url": "https://github.com/matkoniecz/lunar_assembler",
        "doc_url": "https://matkoniecz.github.io/lunar_assembler/examples/laser_neighbourhood.html",
        "contact_name": "Mateusz Konieczny",
        "contact_email": "matkoniecz@tutanota.com"
    },
    "tags": ["list of keys and tags used (see below)"]
}