Skip to content

issues Search Results · repo:bjornharrtell/jts2geojson language:Scala

Filter by

24 results
 (80 ms)

24 results

inbjornharrtell/jts2geojson (press backspace or delete to remove)

Many thanks for this great library @bjornharrtell ! Currently jts2geojson is not be able to parse empty geometries in either direction. This is a correct behavior as GeoJSON processors are not required ...
  • rtroilo
  • 1
  • Opened 
    on Oct 26, 2022
  • #49

For our Android app, on upgrade to version 0.16.0, our lint check encountered this error: error: cannot access Feature org.wololo.geojson.Feature[] $this$get, @org.jetbrains.annotations.NotNull() ...
  • alvindizon
  • 10
  • Opened 
    on Apr 21, 2021
  • #42

If use jts2geojson together with JTS 1.17+, the following exception will occur: java.lang.NoSuchMethodError: org.locationtech.jts.geom.Polygon.getExteriorRing()Lorg/locationtech/jts/geom/LineString; at ...
  • jiayuasu
  • 4
  • Opened 
    on Nov 23, 2020
  • #40

Latest closed version 0.14.1 is supposed to be compatible with Java 8. In pom.xml: plugin groupId org.apache.maven.plugins /groupId artifactId maven-compiler-plugin /artifactId version 3.8.1 /version ...
  • fmiguelez
  • 3
  • Opened 
    on Sep 11, 2020
  • #39

Hello guys, This library is compatible with hibernate spatial? Currently, hibernate spatial uses the Geometry class org.locationtech.jts.geom.Geometry which will conflit with the Geometry class in this ...
  • TCM5
  • 1
  • Opened 
    on Apr 24, 2020
  • #38

// create and serialize a FeatureCollection List Features features = new ArrayList Features (); Map String, Object properties = new HashMap String, Object (); features.add(new Feature(geometry, ...
  • roryodonnell
  • Opened 
    on Sep 16, 2019
  • #36

https://github.com/bjornharrtell/jts2geojson/blob/6abc375b5d0dd9ee9fc98150d97a67dff9753ba1/src/main/java/org/wololo/geojson/GeoJSONFactory.java#L52
  • roryodonnell
  • 2
  • Opened 
    on Sep 16, 2019
  • #35

0.14.1 appears to have been compiled with JDK11: see here for a downstream error when trying to use the library under JDK8. The pom has 1.8 set as target and source, so I m not sure what needs to be changed ...
  • willcohen
  • 2
  • Opened 
    on Aug 7, 2019
  • #34

Running into an issue when using Geotools, GeoDataFactory. When parsing the GeoJSON, if no properties are present, getting a null instead of an empty pair of brackets. Is there a way the properties map ...
  • mrisney
  • 4
  • Opened 
    on Jun 6, 2019
  • #31

Hello, a lot of customers use jdk 1.7. So we also have to choose libraries that compiled for jdk 7 or publish downgraded fork. I think there isn t reason to use jdk 1.7 in this project, because it was ...
  • gorshkov-leonid
  • 7
  • Opened 
    on Feb 4, 2019
  • #30
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub