About 2,390 results
Open links in new tab
  1. OpenLayers - Welcome

    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 …

  2. OpenLayers - Quick Start

    The first command will create a directory called my-app (you can use a different name if you wish), install OpenLayers and a development server, and set up a basic app with index.html, main.js, and …

  3. OpenLayers Examples

    topolis integration (topolis.html) Example on how to use topolis with OpenLayers.

  4. OpenLayers - Documentation

    If you're eager to get your first OpenLayers map on a page, dive into the quick start. For a more in-depth overview of OpenLayers core concepts, check out the tutorials.

  5. OpenLayers v10.7.0 API - Index

    API change policy The OpenLayers API consists of names and signatures of constructors names and signatures of instance methods and properties names and signatures of functions names of …

  6. OpenLayers - Get the Code

    The ol package The recommended way to use OpenLayers is to work with the ol package. To add OpenLayers to an existing project, install the latest with npm: npm install ol If you are starting a new …

  7. OpenLayers - Tutorials

    Code licensed under the 2-Clause BSD. All documentation CC BY 3.0. Thanks to our sponsors. This site is powered by Netlify.

  8. OpenLayers 2

    OpenLayers implements a JavaScript API for building rich web-based geographic applications, similar to the Google Maps APIs, with one important difference -- OpenLayers is Free Software, developed for …

  9. OpenLayers - Basic Concepts

    To get remote data for a layer, OpenLayers uses ol/source/Source subclasses. These are available for free and commercial map tile services like OpenStreetMap or Bing, for OGC sources like WMS or …

  10. Basics · HonKit - OpenLayers

    Now that we have set up our development environment, let's get started by creating a simple web page with an OpenLayers map, and understand the code. In OpenLayers, a map is a collection of layers …