Infrastrukturni projekti u gradu Zagrebu
Novost #1
Administrative boundaries
Kvartovi u gradu Zagrebu, "administrative level = 9"
Administrativne granice kvartova u Zagrebu mogu se skinuti s OpenStreetMapa:
Use Overpass API with the expression
(
relation
["boundary"="administrative"]
["admin_level"="9"]
({{bbox}}) /* this is auto-completed with the
current map view coordinates. */
);
/*added by auto repair*/
(._;>;);
/*end of auto repair*/
out;