diff --git a/preliminary_sql/mapas.sql b/preliminary_sql/mapas.sql index b6eaa44..9fac9bd 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,'',true,false,NULL,NULL,NULL,'',false,0,true), +,true,'ion-location',true,false,NULL,NULL,NULL,NULL,false,0,true), ('5f595b69-436d-11ef-b76d-3f0c29296763'::uuid, '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,NULL,NULL,NULL,'',true,0,true) ON CONFLICT DO NOTHING; +,true,'ion-location',true,false,NULL,NULL,NULL,NULL,true,0,true) ON CONFLICT DO NOTHING;