Actualizar preliminary_sql/mapas.sql
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
INSERT INTO map_sources (name, source) VALUES ('ponderacion-pg-tilesrv', '{"type": "vector", "tiles": ["https://pmoxos.patrimonio.org.bo/pgtileserv/public.ponderacion/{z}/{x}/{y}.pbf"], "tileSize": 512}') ON CONFLICT DO NOTHING;
|
||||
-- Insertar capas para pgtileserv y búsqueda simple
|
||||
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',
|
||||
[
|
||||
{
|
||||
@@ -43,7 +43,7 @@ INSERT INTO map_layers (maplayerid,name,layerdefinitions,isoverlay,icon,activate
|
||||
}
|
||||
]
|
||||
,true,none,true,false,,,,,false,0,true),
|
||||
(5f595b69-436d-11ef-b76d-3f0c29296763,
|
||||
('5f595b69-436d-11ef-b76d-3f0c29296763',
|
||||
'Marcadores de búsqueda',
|
||||
[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user