You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Creo que el problema lo tienes con el parámetro --legend. Como lleva & lo tienes que poner entre comillas o si no lo que estás haciendo es usar el operador de bash.
A mí me funciona así:
portal portal-layers add -l 'Strato' -g base --legend "http://snmb.ambiente.gob.ar/geo-server/bosques_umsef_db/wms?service=WMS&version=1.1.0&request=GetLegendgraphic&layer=bosques_umsef_db:mon98pinbn3857&width=30&height=30&format=image/png" strato2
Se ha añadido la capa.
En la documentación indica que el parámetro
id
va al final de la orden Doc:Pero si lo ejecutamos así:
portal portal-layers add -f $LAYERS -l 'Strato' -g test --legend http://snmb.ambiente.gob.ar/geo-server/bosques_umsef_db/wms?service=WMS&version=1.1.0&request=GetLegendgraphic&layer=bosques_umsef_db:mon98pinbn3857&width=30&height=30&format=image/png strato2
da el siguiente mensaje y no crea la capa:
Mientras que si cambiamos el orden:
portal portal-layers add -f $LAYERS -l 'Strato' -g test strato2 --legend http://snmb.ambiente.gob.ar/geo-server/bosques_umsef_db/wms?service=WMS&version=1.1.0&request=GetLegendgraphic&layer=bosques_umsef_db:mon98pinbn3857&width=30&height=30&format=image/png
Se ejecuta correctamente y añade la capa.
The text was updated successfully, but these errors were encountered: