opendatalab-de / geojson-jackson

GeoJson POJOs for Jackson - serialize and deserialize objects with ease
http://blog.opendatalab.de
Apache License 2.0
263 stars 94 forks source link

README typo. #36

Closed boundaries-io closed 7 years ago

boundaries-io commented 7 years ago

README file typo: instanceOf should be instanceof

GeoJsonObject object = new ObjectMapper().readValue(inputStream, GeoJsonObject.class); if (object instanceOf Polygon) { ... } else if (object instanceOf Feature) { ... }

grundid commented 7 years ago

thx.