https://github.com/charto/geo-types
Data types for map and GIS applications
https://github.com/charto/geo-types
Last synced: 9 months ago
JSON representation
Data types for map and GIS applications
- Host: GitHub
- URL: https://github.com/charto/geo-types
- Owner: charto
- License: mit
- Created: 2015-08-07T16:23:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-07T09:38:29.000Z (almost 10 years ago)
- Last Synced: 2025-03-04T11:41:28.270Z (10 months ago)
- Language: TypeScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
geo-types
=========
[](http://travis-ci.org/charto/geo-types)
[](https://www.npmjs.com/package/geo-types)
`geo-types` is a collection of data types for storing geographical or other vector data.
It allows other libraries to interchange vector data as JavaScript objects with consistent semantics,
both server-side and client-side. Only the basic classes needed to represent data are included.
`geo-types` has several benefits compared to using GeoJSON internally in an application:
- Polygons and polylines may share points to preserve topology like in OpenStreetMap.
- Complex WFS features are supported: attributes can be nested and contain geometries.
Other libraries can be used to operate on the data:
- Converting from / to other formats.
- Rendering.
- Efficient storage and querying.
- Boolean operations.
License
=======
[The MIT License](https://raw.githubusercontent.com/charto/geo-types/master/LICENSE)
Copyright (c) 2016 BusFaster Ltd