All Projects → geops → Openlayers Editor

geops / Openlayers Editor

Licence: bsd-2-clause
OpenLayers Editor

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Openlayers Editor

Tiledmapview
Tiled map loader for Android , based on the pyramid model, supports a variety of projections, including Web Mercator projection, latitude and longitude projection and custom projection; supports locating, adding layers and overlays. Android瓦片地图加载控件,基于金字塔模型,支持多种投影,包括Web墨卡托投影,经纬度直投及自定义投影等;支持定位,添加图层和覆盖物。
Stars: ✭ 45 (-67.39%)
Mutual labels:  gis, geo, map
GeoArrays.jl
Simple geographical raster interaction built on top of ArchGDAL, GDAL and CoordinateTransformations
Stars: ✭ 42 (-69.57%)
Mutual labels:  geo, gis, spatial
Awesome Gis
😎Awesome GIS is a collection of geospatial related sources, including cartographic tools, geoanalysis tools, developer tools, data, conference & communities, news, massive open online course, some amazing map sites, and more.
Stars: ✭ 2,582 (+1771.01%)
Mutual labels:  gis, geo, map
Openrailwaymap
An OpenStreetMap-based project for creating a map of the world's railway infrastructure.
Stars: ✭ 150 (+8.7%)
Mutual labels:  geo, spatial, map
Leaflet Ng2
Angular.io integration of Leaflet
Stars: ✭ 66 (-52.17%)
Mutual labels:  geo, spatial, map
Ol3echarts
🌏 📊 ol3Echarts | a openlayers extension to echarts
Stars: ✭ 229 (+65.94%)
Mutual labels:  gis, openlayers, map
Go Staticmaps
A go (golang) library and command line tool to render static map images using OpenStreetMap tiles.
Stars: ✭ 246 (+78.26%)
Mutual labels:  gis, geo, map
font-gis
Icon font and SVG for use with GIS and spatial analysis tools
Stars: ✭ 121 (-12.32%)
Mutual labels:  map, geo, gis
HMap
:earth: HMap | 基于openlayers的封装组件
Stars: ✭ 64 (-53.62%)
Mutual labels:  map, gis, openlayers
farmOS-map
farmOS Map is an OpenLayers wrapper library designed for agricultural mapping needs. It can be used in any project that has similar requirements.
Stars: ✭ 18 (-86.96%)
Mutual labels:  map, gis, openlayers
Mapsui
Mapsui is a .NET Map component for WPF, Xamarin.Forms, Xamarin.Android, Xamarin.iOS and UWP
Stars: ✭ 447 (+223.91%)
Mutual labels:  gis, geo, map
tailormap
B3partners Tailormap repository
Stars: ✭ 26 (-81.16%)
Mutual labels:  geo, gis, openlayers
Iclient Javascript
Modern GIS Web Client for JavaScript, based on Leaflet\OpenLayers\MapboxGL-JS\Classic(iClient8C), enhanced with ECharts\D3\MapV etc. Contributed by SuperMap & community.
Stars: ✭ 593 (+329.71%)
Mutual labels:  gis, openlayers, map
Geography for hackers
Geography for Hackers - Teaching all how to hack geography, use GIS, and think spatially
Stars: ✭ 25 (-81.88%)
Mutual labels:  gis, openlayers
Proj4.jl
Julia wrapper for the PROJ cartographic projections library
Stars: ✭ 23 (-83.33%)
Mutual labels:  gis, geo
Highcharts China Geo
Highcharts 中国地图,Highcharts 中国省市地图,Highcharts China Map,南海诸岛geo
Stars: ✭ 29 (-78.99%)
Mutual labels:  geo, map
Lpfmpoints
Evolution of LPFM Stations
Stars: ✭ 19 (-86.23%)
Mutual labels:  gis, map
Shapefile.jl
Parsing .shp files in Julia
Stars: ✭ 40 (-71.01%)
Mutual labels:  gis, geo
Otmaps
基于ArcGIS API for JavaScript封装的专题图制图类库
Stars: ✭ 44 (-68.12%)
Mutual labels:  gis, map
Shadoweditor
Cross-platform 3D scene editor based on three.js, golang and mongodb for desktop and web. https://tengge1.github.io/ShadowEditor-examples/
Stars: ✭ 1,060 (+668.12%)
Mutual labels:  gis, editor

Openlayers Editor

npm Build e2e tests code style Conventional Commits

OpenLayers Editor (OLE) is based on OpenLayers and provides a set of controls for extended editing of spatial data.

Contributions are welcome! Feel free to add more controls and to extend the current functionality. Additionally, the build process is currently very basic and could be optimized. Translations would be nice, too.

Features

  • CAD tool for geometry alignment
  • Drawing line, point and polygon features
  • Moving and rotating geometries
  • Modifying geometries
  • Deleting geometries
  • Topology operations using JSTS: buffer, union, intersection, difference
  • Toolbar for activating and deactivating controls

Demo

For a demo, visit https://openlayers-editor.geops.de.

Dependencies

  • node & npm

Getting started

  • Clone this repository
  • Install: npm install
  • Build: npm run build
  • Run: npm start
  • Open your browser and visit http://localhost:8080

Usage

var editor = new ole.Editor(map);

var cad = new ole.control.CAD({
  source: editLayer.getSource()
});

var draw = new ole.control.Draw({
  source: editLayer.getSource()
});

editor.addControls([draw, cad]);

Development

  • Build: npm run build
  • Create doc: npm run-script doc

Versions and Changelog

This repo uses standard-version for release versioning and changelog management. Therefore updates should be committed using conventional commit messages:

<type>[optional scope]: <description>

[optional body]

[optional footer(s)]

The commit contains the following structural elements, to communicate intent to the consumers of your library:

  1. fix: a commit of the type fix patches a bug in your codebase (this correlates with PATCH in semantic versioning).
  2. feat: a commit of the type feat introduces a new feature to the codebase (this correlates with MINOR in semantic versioning).
  3. BREAKING CHANGE: a commit that has a footer BREAKING CHANGE:, or appends a ! after the type/scope, introduces a breaking API change (correlating with MAJOR in semantic versioning). A BREAKING CHANGE can be part of commits of any type.
  4. types other than fix: and feat: are allowed, for example @commitlint/config-conventional (based on the the Angular convention) recommends build:, chore:, ci:, docs:, style:, refactor:, perf:, test:, and others.
  5. footers other than BREAKING CHANGE: may be provided and follow a convention similar to git trailer format.

Additional types are not mandated by the Conventional Commits specification, and have no implicit effect in semantic versioning (unless they include a BREAKING CHANGE). A scope may be provided to a commit’s type, to provide additional contextual information and is contained within parenthesis, e.g., feat(parser): add ability to parse arrays.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].