Actualizar preliminary_sql/mapas.sql

This commit is contained in:
2026-05-13 16:35:05 -04:00
parent 5f2284b8cb
commit f17b768801

View File

@@ -6,7 +6,7 @@ INSERT INTO map_sources (name, source) VALUES ('ponderacion-pg-tilesrv', '{"type
INSERT INTO map_layers (maplayerid,name,layerdefinitions,isoverlay,icon,activated,addtomap,centerx,centery,zoom,legend,searchonly,sortorder,ispublic) VALUES INSERT INTO map_layers (maplayerid,name,layerdefinitions,isoverlay,icon,activated,addtomap,centerx,centery,zoom,legend,searchonly,sortorder,ispublic) VALUES
('41af761-693d-49ff-9153-149e8b7fab36', ('41af761-693d-49ff-9153-149e8b7fab36',
'Ponderacion', 'Ponderacion',
[ '[
{ {
"id": "ponderacion-fill-pg-tilesrv", "id": "ponderacion-fill-pg-tilesrv",
"type": "fill", "type": "fill",
@@ -41,11 +41,11 @@ INSERT INTO map_layers (maplayerid,name,layerdefinitions,isoverlay,icon,activate
"source": "ponderacion-pg-tilesrv", "source": "ponderacion-pg-tilesrv",
"source-layer": "public.ponderacion" "source-layer": "public.ponderacion"
} }
] ]'
,true,none,true,false,,,,,false,0,true), ,true,none,true,false,,,,,false,0,true),
('5f595b69-436d-11ef-b76d-3f0c29296763', ('5f595b69-436d-11ef-b76d-3f0c29296763',
'Marcadores de búsqueda', 'Marcadores de búsqueda',
[ '[
{ {
"id": "search-results-points-markers", "id": "search-results-points-markers",
"type": "symbol", "type": "symbol",
@@ -170,5 +170,5 @@ INSERT INTO map_layers (maplayerid,name,layerdefinitions,isoverlay,icon,activate
}, },
"source": "search-results-points" "source": "search-results-points"
} }
] ]'
,true,ion-location,true,false,,,,,true,0,true); ,true,ion-location,true,false,,,,,true,0,true);