[mapserver-users] vmap0 to shape file
Frank Warmerdam
warmerdam at pobox.com
Sat Nov 23 08:23:17 PST 2002
Emmanuelle wrote:
> Hi
>
> Thanks for all feedback. Now if i have the shapefile what woudl be the
> best way to merge them/ put them together?
Emmanuelle,
Assuming you start with noamer.shp, soamer.shp, europe.shp,... then with
ogr2ogr you could do:
% ogr2ogr world.shp noamer.shp -nln world noamer
% ogr2ogr -update -append world.shp soamer.shp -nln world soamer
% ogr2ogr -update -append world.shp europe.shp -nln world europe
...
Good luck,
--
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush | Geospatial Programmer for Rent
More information about the MapServer-users
mailing list