- OpenLayers - Welcome
Latest OpenLayers v10 6 0 is here! Check out the docs and the examples to get started The full distribution can be downloaded from the release page
- OpenLayers Examples
topolis integration (topolis html) Example on how to use topolis with OpenLayers
- 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:
- 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 style css files
- 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
- 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
- Draw and Modify Features - OpenLayers
Example of using the ol interaction Draw interaction together with the ol interaction Modify interaction
- OpenLayers v10. 6. 1 API - Class: Map
The map is the core component of OpenLayers For a map to render, a view, one or more layers, and a target container are needed: import Map from 'ol Map js'; import View from 'ol View js'; import TileLayer from 'ol layer Tile js'; import OSM from 'ol source OSM js'; const map = new Map({ view: new View({ center: [0, 0], zoom: 1, }),
|