tderflinger / react-borough-map-munich

Interactive boroughs map of Munich with SVG and React.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-borough-map-munich

Interactive borough map of Munich with SVG and React.

Interactive Map

Access the application here.

For more information see my blog:

https://www.tderflinger.com/en/interactive-svg-map-munich

Run

yarn

and

yarn start

Overpass Turbo Query

// Time-out hochsetzen
[out:json][timeout:300];

{{geocodeArea:Hannover}}->.searchArea;

(
  // Nur Elemente vom Typ "Relation" abfragen.
  relation["boundary"="administrative"]["admin_level"="9"](area.searchArea);
);

out body;
>;
out skel qt;

License

MIT License

About

Interactive boroughs map of Munich with SVG and React.


Languages

Language:JavaScript 70.7%Language:HTML 17.6%Language:CSS 9.5%Language:Shell 2.2%