Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.