Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klml/areacompare
compare two different areas (with osm)
https://github.com/klml/areacompare
openstreetmap
Last synced: 2 months ago
JSON representation
compare two different areas (with osm)
- Host: GitHub
- URL: https://github.com/klml/areacompare
- Owner: klml
- Created: 2012-02-17T00:11:54.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-01T18:42:33.000Z (11 months ago)
- Last Synced: 2024-02-01T19:59:27.354Z (11 months ago)
- Topics: openstreetmap
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
With areacompare you can compare two different areas simultaneity with two openstreetmaps.
Adapted from [Map Compare](//tools.geofabrik.de/mc/)[Demo](//klml.github.io/areacompare/)
## Usage
You can use the normal OSM controls. Some more features
* The 'desync' button, on the right-top corner is to change one map seperatly.
* with 'rysnc' you get the simultaneity back. To get the simultaneity zoom, just drag the desired map.## Links
Control areacompare with hashttag (```#```).
The parameters are seperated by ```/``` (same as in www.openstreetmap.org/#map=15/48.137222/11.575278 )To compare Berlin and Paris
> [#11 /52.51639/13.37777/48.86102 /2.33585](//klml.github.io/areacompare/#11/52.51639/13.37777/48.86102/2.33585)
> #zoom /lat left/lon left/lat right/lon right
## Examples
* [Bodensee and Lake Victoria](https://klml.github.io/areacompare/#9/47.6333/9.36666/-1/33) (Biggest German [lake and biggest](https://en.wikipedia.org/wiki/List_of_lakes_by_area) African lake)
* [Rhine-Ruhr and Tokyo](https://klml.github.io/areacompare/#10/51.24329/7.02857/35.73463/139.76538) ([Biggest German metropolitan area](https://en.wikipedia.org/wiki/Rhine-Ruhr) and [world biggest metropolitan area](https://en.wikipedia.org/wiki/Greater_Tokyo_Area))
* [New York and Beijing](https://klml.github.io/areacompare/#12/40.70109/-73.9953/39.90521/116.369)
* [Apfeltrang and Ketterschwang](https://klml.github.io/areacompare/#16/47.83904/10.59219/47.96599/10.70132) (two typical kind of linear village (Straßendorf) and clustered village (Haufendorf))## Similar
* [mapfight.xyz](https://mapfight.xyz)
* [thetruesize.com](https://thetruesize.com)## License
[Creative Commons BY-SA 2.0](http://creativecommons.org/licenses/by-sa/2.0/)