https://github.com/maptalks/geojson4j
GeoJSON Serilization and mutual conversion with JSON
https://github.com/maptalks/geojson4j
Last synced: about 1 year ago
JSON representation
GeoJSON Serilization and mutual conversion with JSON
- Host: GitHub
- URL: https://github.com/maptalks/geojson4j
- Owner: maptalks
- License: mit
- Created: 2015-08-12T11:10:07.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-03-09T07:22:15.000Z (over 8 years ago)
- Last Synced: 2025-02-04T12:05:12.055Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MapTalks-GeoJSON
[](https://circleci.com/gh/MapTalks/geojson4j)
GeoJSON Serilization and mutual conversion with JSON
GeoJSON基础库, 定义最基本的数据结构和序列化/反序列化方法.
此外GeoJSON还提供了与JSON字符串之间的相互转化方法.
Maptalks-GeoJSON参考了bjornharrtell的开源项目jts2geojson, 在此对bjornharrtell的工作表示感谢:
https://github.com/bjornharrtell/jts2geojson
## Maven
```xml
org.maptalks
geojson4j
1.0.0
```
## jitpack.io
### Add repository
```xml
jitpack.io
https://jitpack.io
```
### Add dependency
```xml
com.github.maptalks
geojson4j
commit/tag
```