OpenLayers makes it easy to put a dynamic map in any web page. It can display map tiles, vector data and markers loaded from any source. OpenLayers has been developed to further the use of geographic information of all kinds. It is completely free, Open Source JavaScript, released under the 2-clause BSD License (also known as the FreeBSD). Pull tiles from OSM, Bing, MapBox, Stamen, and any other XYZ source you can find. OGC mapping services and untiled layers also supported. Render vector data from GeoJSON, TopoJSON, KML, GML, Mapbox vector tiles, and other formats. Leverages Canvas 2D, WebGL, and all the latest greatness from HTML5. Mobile support out of the box. Build lightweight custom profiles with just the components you need. Style your map controls with straight-forward CSS. Hook into different levels of the API or use 3rd party libraries to customize and extend functionality.
Features
- High-performance, feature-packed library for creating interactive maps on the web
- Cutting edge, fast and mobile ready
- Easy to customize and extend
- Layers in OpenLayers are defined with a type (Image, Tile or Vector) which contains a source
- The view allows to specify the center, resolution, and rotation of the map
- The simplest way to define a view is to define a center point and a zoom level