From 4ae47beb0ac420788ec8c91c8f688bc5615b0e70 Mon Sep 17 00:00:00 2001 From: Edmar Moretti Date: Mon, 30 Apr 2018 23:34:42 -0300 Subject: [PATCH] Remoção do endereço --- README.md | 43 ------------------------------------------- 1 file changed, 0 insertions(+), 43 deletions(-) diff --git a/README.md b/README.md index ce02404..86feac0 100644 --- a/README.md +++ b/README.md @@ -13,52 +13,9 @@ O mapa base é um Tile Map Service (TMS) que utiliza dados públicos e/ou oficia #### Endereço #### -http://digisus-mapabase-homologacao.saude.gov.br/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities #### Exemplo OpenLayers #### - var esus = new ol.layer.Tile( - { - title : "Mapa Base digiSUS Gestor", - visible : true, - isBaseLayer : true, - name : "esus", - source : new ol.source.TileWMS( - { - url : "http://digisus-mapabase-homologacao.saude.gov.br/wms", - params : { - 'layers' : "osm", - 'srs' : "EPSG:4326", - 'format' : "image/png" - }, - attributions : [ new ol.Attribution( - { - html : 'Map Data: © OpenStreetMap contributors' - }) ] - }) - }); - - var esusmono = new ol.layer.Tile( - { - title : "Mapa Base digiSUS Gestor - Monocromatico", - visible : false, - isBaseLayer : true, - name : "esusmono", - source : new ol.source.TileWMS( - { - url : "http://digisus-mapabase-homologacao.saude.gov.br/wms", - params : { - 'layers' : "osm_mono", - 'srs' : "EPSG:4326", - 'format' : "image/png" - }, - attributions : [ new ol.Attribution( - { - html : 'Map Data: © OpenStreetMap contributors' - }) ] - }) - }); - #### Dados #### -- libgit2 0.21.2