mapa-gcba
Version:
Mapa Interactivo de la Ciudad de Buenos Aires
6 lines (5 loc) • 670 B
TypeScript
export declare const apiServiciosUrl = "https://api-serviciosgeo-dev.gcba.gob.ar";
export declare const WMSUrl = "https://geoserver.buenosaires.gob.ar/geoserver/mapa_base_prod/wms";
export declare const TMSUrl = "https://geoserver.buenosaires.gob.ar/geoserver/gwc/service/tms/1.0.0/mapa_base_prod%3Amapa_base@EPSG%3A900913x3@png/{z}/{x}/{y}.png";
export declare const WMTSUrl = "https://geoserver.buenosaires.gob.ar/geoserver/gwc/service/wmts?layer=mapa_base_prod:mapa_base&style=&tilematrixset=EPSG:900913x3&Service=WMTS&Request=GetTile&Version=1.1.1&Format=image/png&TileMatrix=EPSG:900913x3:{z}&TileCol={x}&TileRow={y}";
export declare const layerName = "mapa_base";