Is it possible to use ogr2ogr to merge shapefiles within a html page ?
I would like to make a website page that allows me to search a computers directory to select two shapefiles then use ogr2ogr to merge the shapefiles and return that merged shapfile running GDAL like the below:
ogr2ogr -f "ESRI Shapefile" merged.shp a.shp
ogr2ogr -f "ESRI Shapefile" -append -update merged.shp b.shp
Any advise on where I need to look would be great.