Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[udig-devel] Removed the last of the jars and GPL code … ready to go!

Looks like we have removed the last of the jars: https://jira.codehaus.org/browse/UDIG-1990

The remaining ones were all DUMMY jars (literally had an empty file called DUMMY.txt in them when I unzipped to take a look!).

I was able to create a pom-libs.xml file to create a DUMMY jar for us, allowing the initial code contribution to be contributed … jar free.

The last thing is GlobalMercator, I asked for help hunting down alternate implementations on the location-tech email list. As it will be easier to show we are on the level if we are copying an existing implementation. The two methods we need look to be used a) generate the bounds of tile for jgrass b) swap the index around to generate a consistent filename when a tile is saved to disk?

Aside: I spotted similar logic in WMSCTile and OSMTile in our code base (as that code also needs to generate the bounds for individual tiles in order to represent them as a GridCoverage).

I have taken a tag here: https://github.com/uDig/udig-platform/tree/global_mercator

And think we are ready to tag our initial contribution?

So we are heading off with two known problems:
a) jgrass rendering will be broken until replacement tile logic is found
b) when generating a product the result does not start up (see email from earlier in the week)
git
-- 
Jody Garnett


Back to the top