Going to focus on this last one here for GeoTools.

The update instructions for GeoTools 10.0 is looking pretty weak:
- http://docs.geotools.org/latest/userguide/welcome/upgrade.html

Now it could just be that we have not made that many API changes? here is what 
the wiki says:

Efficient support for multiple coverages in GridCoverageReader 
(http://docs.codehaus.org/display/GEOTOOLS/Efficient+support+for+multiple+coverages+in+GridCoverageReader)
 — GridCoverageReader API
Migrate shapefile to shapefile-ng 
(http://docs.codehaus.org/display/GEOTOOLS/Migrate+shapefile+to+shapefile-ng) — 
Clean up shapefile store implementation
Structured grid coverage readers 
(http://docs.codehaus.org/display/GEOTOOLS/Structured+grid+coverage+readers) — 
Structured grid coverages, multidimensional rasters



So the change to shapefile-ng I think has a bit of API change? Here it is from 
the proposal:

BEFORE:

ShapefileDataStore store = new ShapefileDataStore(url, new URI("theNamespace"), 
/*memoryMapped*/ true);
store.setStringCharset(...);
store.setDbfTimeZone(...);

AFTER:

ShapefileDataStore store = new ShapefileDataStore(url);
store.setNamespace(new URI("theNamespace"));
store.setMemoryMapped(true);
store.setCharset(…);


So we have a bit of work to do there. I also expect any references to 
IndexedShapefileDataStore will now be broken?
--
Jody
> Bug fixing
> ---------------
>  
> Bug fix spinrt:
> - Closed 30+ tickets (around 10-15 actual fixes)
>  
> Q: Freeze? Actually everyone is adding features still .. in order to make the 
> release more exciting
>  
> Idea: Release candidate testing party?
> - Priorities: Verifiy open bugs
> - WFS-T over 3 MB? 9 years old, need set up test to verify
> - test docs? CSS tutorial and CSS cookbook
>  
>   
>  

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
GeoTools-Devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to