On Tue, Oct 02, 2007 at 09:44:12PM +0100, Richard Thurbin wrote: > I am creating a bunch of GML files and pointing them at open layers to > draw lines over a map. The lines are being drawn Ok but when you pan > up, the location the lines are on the map does not move the same amount > as the map. Also the lines at the top and bottom of the map do not > follow the roads that the location references give (where as the ones > in the middle do).<br>
Drawing vectors over Google only works in 2.5, and only works with sphericalMercator turned on (so you will need to reproject your GML files to the SphericalMercator projection, aka EPSG:900913). Regards, -- Christopher Schmidt MetaCarta _______________________________________________ Users mailing list [email protected] http://openlayers.org/mailman/listinfo/users
