diff --git a/preliminary_sql/mapas.sql b/preliminary_sql/mapas.sql index fbb4e32..0a5f011 100644 --- a/preliminary_sql/mapas.sql +++ b/preliminary_sql/mapas.sql @@ -42,7 +42,7 @@ INSERT INTO map_layers (maplayerid,name,layerdefinitions,isoverlay,icon,activate "source-layer": "public.ponderacion" } ]' -,true,none,true,false,none,none,none,none,false,0,true), +,true,'',true,false,NULL,NULL,NULL,'',false,0,true), ('5f595b69-436d-11ef-b76d-3f0c29296763', 'Marcadores de búsqueda', '[ @@ -171,4 +171,4 @@ INSERT INTO map_layers (maplayerid,name,layerdefinitions,isoverlay,icon,activate "source": "search-results-points" } ]' -,true,'ion-location',true,false,none,none,none,none,true,0,true); +,true,'ion-location',true,false,NULL,NULL,NULL,'',true,0,true);