On Mon, Nov 17, 2008 at 10:22:43AM -0500, Yves Moisan wrote:
> 
> 
> > 
> > > If Layer.GML is so much better, is there a tool to merge already existent 
> > > textfiles into this layer?
> > 
> > Yes, 
> >   new OpenLayers.Layer.GML("My Layer", 
> >                            "filename.txt", 
> >                            {format: OpenLayers.Format.Text });
> 
>   projects = new OpenLayers.Layer.Text( "Projects",
> {location:"project-locations.txt", projection: new
> OpenLayers.Projection("EPSG:4326")} );
>       
>  projects = new OpenLayers.Layer.GML("Projects", 
>                            "project-locations.txt", 
>                    {format: OpenLayers.Format.Text, projection: new
> OpenLayers.Projection("EPSG:4326") });

How does it not? can you provide an example? It should.

Regards,
-- 
Christopher Schmidt
MetaCarta
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to