javaapiforkml icon indicating copy to clipboard operation
javaapiforkml copied to clipboard

The objective of the Java API for KML is to provide Java interfaces for easy access to KML (Keyhole Markup Language) data.

Results 24 javaapiforkml issues
Sort by recently updated
recently updated
newest added

The KML generated by JAK is malformed in Schema validation with ogckml22.xsd due to refreshInterval, viewRefreshTime and viewBoundScale all three set to 0.0 by default in element. This issue is...

When a `LinearRing`'s `` tag is malformed using additional commas instead of spaces (i.e. x,y,z,x,y,z,x,y,z,... instead of x,y,z x,y,z x,y,z ...), JAK simply returns a list with only the first...

At least java 6, so that we can remove the jaxb-dependencies. Btw. is this project dead? I see 3 PRs since spring and no acitivity. Does anyone know of other...

Hi, I'm looking to utilize this API, but one feature I am not finding is support for Icon palette sheets (specifically the X, Y, H, and W elements) found in...

This setup not working: ``` maven2-repository.dev.java.net Java.net Maven 2 Repository http://download.java.net/maven/2 default true de.micromata.jak JavaAPIforKml 2.2.0-SNAPSHOT ``` This is working: ``` de.micromata.jak JavaAPIforKml 2.2.0 ```

I can't use this library in android by gradle. Cause Javaapiforkml use Jaxb, and Jaxb can't be used in android for its core libraries can't be replaced. See: ![234b5bc280986aa6747b70a4541614b8](https://user-images.githubusercontent.com/10276266/32091385-83707e04-bb26-11e7-9ce5-8141a27f680f.jpg)

This namepace is still being used 'in the wild' although it's not really correct because 2.2 was moved from Google to http://www.opengis.net/kml/2.2. This issue is also discussed here: https://code.google.com/p/javaapiforkml/issues/detail?id=12 AFAIK...

The KML generated by JAK was failing ogckml22.xsd schema validation due to presence of refreshInterval, viewRefreshTime and viewBoundScale with value as 0.0 in Icon and Link element and this was...

Are there plans to release support for JakartaEE 9 now that you have moved the project to Github?