mbloch / mapshaper

Tools for editing Shapefile, GeoJSON, TopoJSON and CSV files
http://mapshaper.org
Other
3.77k stars 535 forks source link

merge-layers in web console #659

Open mattadj13 opened 2 months ago

mattadj13 commented 2 months ago

Hi, I'm using the web version of Mapshapper and need to merge 2 shapefile layers to then export as one. However, when a run the command "[merge-layers] target=CTRY_DEC_2023_UK_BUC, RGN_DEC_2023_EN_BUC, force" I get this error "The i command cannot be run in the web console."

Can someone tell me if this is possible, and if so, what I am doing wrong?

Thanks

mbloch commented 1 month ago

You can try:

$ merge-layers target=CTRY_DEC_2023_UK_BUC,RGN_DEC_2023_EN_BUC force

(no space between layer names, no comma at the end of the target list)