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 (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T03:22:37.000Z (over 3 years ago)
- Last Synced: 2026-01-14T15:58:07.828Z (5 months 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: 1
- 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 build
Web assets will be written to the `docs` folder.