Skip to content
This repository has been archived by the owner on Jan 15, 2023. It is now read-only.

Latest commit

 

History

History
38 lines (25 loc) · 702 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 702 Bytes
  • Dati OSM

I dati sono ricavati con query overpass:

( area[name=Cuneo]; )->.searchArea;
(
  node["delivery:covid19"=yes][!"disused:shop"][!"disused:amenity"](area.searchArea);
  way["delivery:covid19"=yes][!"disused:shop"][!"disused:amenity"](area.searchArea);>;

);
out body;

l'output va salvato come:

delivery.osm
  • Categorie

Installare python 3, osmfilter e osmconvert

$ python categories.py
  • Icone su Umap

Incollare questo link nelle impostazioni del layer:

https://raw.githubusercontent.com/fansanelli/delivery-cuneo/master/markers/{amenity}{office}{shop}.png

TUTTI I DIRITTI SULLE ICONE SONO DI PROPRIETA' DI ICON FINDER (https://www.iconfinder.com/)