arnauld ndefo wrote: > Though geotools, i have succed to draw my map from the data which are > stored into the database. But i have always this kind of coordinate: > x=1131270.8550 y=4418856.9693; x=1131439.2747 y=4418792.6636 etc which > represent the point on the map and on the JMapFRame frame i have EPSG: WGS > 84 mentionned .However in the file .osm which resume all the nodes of the > map, i have rather this kind of coordinate: long=10.1623439 > lat=36.8545816; long=10.1702667 lat=36.8532032 etc.
You apparently used the osm importer. It converts all geometries to EPSG:900913 (its a fake code from google). Either change the importer or the view's coordinate reference system. Cheers, Jan -- >From address is valid until 01.06.2010 ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
