Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vassilevsky/quadmap
4 synchronised web maps (OSM, Google, Yandex, 2GIS) for comparison
https://github.com/vassilevsky/quadmap
2gis-map google-maps-api openstreetmap web-mapping yandex-maps
Last synced: about 1 month ago
JSON representation
4 synchronised web maps (OSM, Google, Yandex, 2GIS) for comparison
- Host: GitHub
- URL: https://github.com/vassilevsky/quadmap
- Owner: vassilevsky
- License: gpl-2.0
- Created: 2013-08-03T12:11:20.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T03:22:37.000Z (almost 2 years ago)
- Last Synced: 2023-06-13T23:35:37.374Z (over 1 year ago)
- Topics: 2gis-map, google-maps-api, openstreetmap, web-mapping, yandex-maps
- Language: CoffeeScript
- Homepage: http://vassilevsky.github.io/quadmap/
- Size: 136 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuadMap
A webpage evenly divided into 4 panels, each of which displays a webmap from a different provider:
1. OpenStreetMap
2. Google Maps
3. Yandex Maps
4. 2GIS## Goals
* Learn how to use web map APIs from major vendors
* See what's similar and what's unique in each of them
* Have the ability to compare dirrent vendors' coverage of the same area easily## Building
Use [Middleman](https://middlemanapp.com):
bundle install
bundle exec middleman buildWeb assets will be written to the `docs` folder.