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

Fix vtm-jeo #770

Closed
wants to merge 10 commits into from
Closed

Fix vtm-jeo #770

wants to merge 10 commits into from

Conversation

ironjan
Copy link

@ironjan ironjan commented Apr 20, 2020

This PR...

  • updates the jeo-dependency to use it via jitpack
  • adds a the osgeo repository for one of jeo's dependencies
  • updates the vtm-jeo code to use the current jeo-carto API
  • re-enables vtm-jeo
  • removes the explicit dependency on the jeo core module (see da2c6e7)

Related to #768

ironjan added 10 commits April 20, 2020 16:46
Required for org.geotools:gt-render (dependency of jeo)
BasicFeature was adapted to the additional changes made in jeo/jeo@e28695c
 * com.github.jeo:jeo is referring to a meta module, containing *all* jeo packages
 * The - most likely correct - com.github.jeo.jeo:jeo is already a transitive dependency of jeo-carto
@devemux86 devemux86 added this to the 0.14.0 milestone Apr 20, 2020
devemux86 pushed a commit that referenced this pull request Apr 20, 2020
@@ -42,7 +42,7 @@ def versionName() { return version }
subprojects {
repositories {
google()
//maven { url 'https://repo.boundlessgeo.com/main/' }
maven { url 'https://repo.osgeo.org/repository/release/' }
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That doesn't seem to be needed anywhere now.

@devemux86
Copy link
Collaborator

Thanks, merged via 18ee0a3, updating also the samples.

@devemux86 devemux86 closed this Apr 20, 2020
@ironjan ironjan deleted the fix-vtm-jeo branch April 20, 2020 16:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants