Need help regarding .shp conversion to gml. Can u please send the script if 
possible i will do it on my own or else i will send you the .shp 


On Thursday, April 27, 2006 8:50:05 AM UTC+5:30, battery wrote:
>
> There are .shp to GML (Geographic markup language) converters
> publically available.
>
> You can convert the shapefiles to GML and parse the GML to extract the
> coordinates of the points (lat, lon ) which could be used to draw the
> polylines.
>
> One such tool is the Java Unified Mapping Platform (JUMP)
>
> http://www.jump-project.org/project.php?PID=JUMP&SID=OVER
>
> or
>
> You can use the OGR library available at http://www.gdal.org/ogr/
>
> and issues simple command like ogr2ogr -f "GML" output.gml input.shp to
> do the job.
>
> You can have a look at
> http://www.oreillynet.com/pub/a/network/2005/06/10/osgeospatial.html
> for some related information.
>
> If you still have problems mail the shapefiles to me and I shall give
> you the GML file as well as the script to extract the coordinates from
> the GML.
>
> A similar apparoach has been used in
> http://transport.egovernments.org/national/ Check out the directions
> features which gives you the driving directions using a polyline
> generated out of a GML which itself is generated out of a shapefile
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-api/-/bycd5fx116oJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api?hl=en.

Reply via email to