mbloch/mapshaper

merge-layers in web console

Opened this issue · 1 comments

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

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)