aparabolica / DomeGIS

Map publishing platform
MIT License
2 stars 1 forks source link

Error creating new view for arcgis synced layer #81

Open miguelpeixe opened 7 years ago

miguelpeixe commented 7 years ago

Not fatal, but looks weird:

error getLayerGroupId
{ message: 'Layer type undefined' }

Apparently disappears when I save the view for the first time.

Layer is seca, from Extreme events - dry season arcgis content.

vgeorge commented 7 years ago

The client app is not sending style property at the first preview creation, which generates an unhandled error while trying creating a layergroup. I've added a validation to the "before create" hook and now the client seems to be working as expected.