https://github.com/tderflinger/react-borough-map-munich
Interactive boroughs map of Munich with SVG and React.
https://github.com/tderflinger/react-borough-map-munich
Last synced: 3 months ago
JSON representation
Interactive boroughs map of Munich with SVG and React.
- Host: GitHub
- URL: https://github.com/tderflinger/react-borough-map-munich
- Owner: tderflinger
- Created: 2020-07-06T18:24:22.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T04:26:35.000Z (over 3 years ago)
- Last Synced: 2023-03-11T01:41:53.879Z (over 3 years ago)
- Language: JavaScript
- Size: 3.36 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-borough-map-munich
Interactive borough map of Munich with SVG and React.

## [**Access the application here.**](http://www.react-borough-map-munich.com.s3.eu-central-1.amazonaws.com/index.html)
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