Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Geoapi 4.0 #34

Closed
wants to merge 12 commits into from
Closed

Geoapi 4.0 #34

wants to merge 12 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 17, 2021

#33 ``functioneventHandler(e){
if(e.origin =="https://secure.echosign.com"){
console.log("Event from Adobe Sign!", JSON.parse(e.data));
}else{
console.log("Do not process this!");
}
}
if(!window.addEventListener){
window.attachEvent('onmessage', eventHandler);
}else{
window.addEventListener('message', eventHandler,false);
}

  • [ ]
    Fixes #

…ed in this commit too.

Those bugs where: garbage letters in the operation version string, missing anchor description,
more effort in the handling of UnitOfMeasurement names, inverse flattening factor of spheres,
implementation of Parameter.getValueClass()/getUnit() when the parameter is only a description.

#17
…xml file.

For this development branch, we keep all compiler checks enabled.
The changes on master are a downgrade of Java requirement to Java 8,
but we keep Java 11 for this "geoapi-4.0" branch.
Not tested because while PROJ provides an `IdentifiedObject.aliases()` method,
it seems that the vector is always empty (at least with the GIGS tests).

#27
@desruisseaux desruisseaux self-assigned this Apr 17, 2021
@desruisseaux
Copy link
Collaborator

Hello. Thanks for the pull request. Can you elaborate a little bit about why to merge the geoapi-4.0 branch intomaster now? The plan was to do this merge only after GeoAPI 4.0 is officially released by OGC, which is not yet the case (latest release is 3.0.1).

@desruisseaux
Copy link
Collaborator

Closing without merge. The geoapi-4.0 branch is not intended to be merged to master, at least not before the GeoAPI 4.0 specification is ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant