Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tileserver Gl | 1,787 | 5 | 1 | 16 hours ago | 33 | December 14, 2020 | 209 | other | JavaScript | |
Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc. | ||||||||||
Ol2 | 1,480 | a year ago | 1 | May 04, 2016 | 530 | other | JavaScript | |||
OpenLayers v2 - deprecated! | ||||||||||
Tegola | 1,098 | 2 | 1 | a day ago | 37 | June 02, 2022 | 159 | mit | Go | |
Tegola is a Mapbox Vector Tile server written in Go | ||||||||||
T Rex | 495 | 5 days ago | 6 | February 19, 2021 | 47 | mit | Rust | |||
t-rex is a vector tile server specialized on publishing MVT tiles from your own data | ||||||||||
Gibs Web Examples | 176 | 2 months ago | 2 | other | JavaScript | |||||
Examples of using GIBS with various web mapping libraries | ||||||||||
Ol3 Google Maps | 175 | 2 | 1 | 4 hours ago | 27 | May 18, 2018 | 90 | other | JavaScript | |
OpenLayers - Google Maps integration | ||||||||||
Openlayersbook | 57 | 6 years ago | 5 | mit | JavaScript | |||||
Vectormap Js | 43 | 3 years ago | 199 | January 06, 2021 | 1 | apache-2.0 | JavaScript | |||
HTML5, WebGL Vector Map JavaScript library with any vector data – EsriJSON, GML, GPX, GeoJSON, KML, Vector Tile (MVT), WFS, WKT or WMS, can be beautifully rendered with CSS similar style file – StyleSJON schema. It’s an extension of OpenLayers, and fits any requirements in browsers and mobile devices. | ||||||||||
Farmos Map | 24 | a month ago | 37 | mit | JavaScript | |||||
farmOS Map is an OpenLayers wrapper library designed for agricultural mapping needs. It can be used in any project that has similar requirements. | ||||||||||
Django Openlayers | 11 | 11 years ago | other | JavaScript | ||||||
A reusable Django app to display OpenLayers Maps |
Copyright (c) 2005-2015 OpenLayers Contributors. See authors.txt for more details.
OpenLayers is a JavaScript library for building map applications on the web. OpenLayers is made available under a BSD-license. Please see license.txt in this distribution for more details.
OpenLayers lives at http://www.openlayers.org/two/. Find details on downloading stable releases or the development version the development site.
You can use OpenLayers as-is by copying build/OpenLayers.js and the entire theme/ and img/ directories up to your webserver and putting them in the same directory. The files can be in subdirectories on your website, or right in the root of the site, as in these examples. To include the OpenLayers library in your web page from the root of the site, use:
<script type="text/javascript" src="/OpenLayers.js" />
As an example, using bash (with the release files in ~/openlayers):
$ cd /var/www/html
$ cp ~/openlayers/OpenLayers.js ./
$ cp -R ~/openlayers/theme ./
$ cp -R ~/openlayers/img ./
If you want to use the multiple-file version of OpenLayers (for, say, debugging or development purposes), copy the lib/ directory up to your webserver in the same directory you put the img/ folder. Then add the following to your web page instead:
<script type="text/javascript" src="/lib/OpenLayers.js" />
As an example, using bash (with the release files in ~/openlayers):
$ cd /var/www/html
$ cp -R ~/openlayers/lib ./
$ cp -R ~/openlayers/theme ./
$ cp -R ~/openlayers/img ./
The following versions of OpenLayers 2 single file builds are included in this release and can be used in place of OpenLayers.js in any of the above instructions:
mobile
can use this build.light
can use this build.The examples directory is full of useful examples.
Documentation is available at http://trac.osgeo.org/openlayers/wiki/Documentation. You can generate the API documentation with http://www.naturaldocs.org/ As an example, using bash (with the release files in ~/openlayers):
$ cd ~/openlayers/
$ /path/to/NaturalDocs -i lib/ -o HTML doc/ -p doc_config/ -s Default OL
Information on changes in the API is available in release notes found in the notes folder.
Please join the email lists at http://trac.osgeo.org/openlayers/wiki/MailingLists Patches are welcome!