An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# MapTalks-GeoJSON
[![Circle CI](https://circleci.com/gh/MapTalks/geojson4j.svg?style=svg)](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

```