Commit 4ae47beb0ac420788ec8c91c8f688bc5615b0e70

Authored by Edmar Moretti
1 parent d19abea5
Exists in master

Remoção do endereço

Showing 1 changed file with 0 additions and 43 deletions   Show diff stats
README.md
... ... @@ -13,52 +13,9 @@ O mapa base é um Tile Map Service (TMS) que utiliza dados públicos e/ou oficia
13 13  
14 14 #### Endereço ####
15 15  
16   -http://digisus-mapabase-homologacao.saude.gov.br/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetCapabilities
17 16  
18 17 #### Exemplo OpenLayers ####
19 18  
20   - var esus = new ol.layer.Tile(
21   - {
22   - title : "Mapa Base digiSUS Gestor",
23   - visible : true,
24   - isBaseLayer : true,
25   - name : "esus",
26   - source : new ol.source.TileWMS(
27   - {
28   - url : "http://digisus-mapabase-homologacao.saude.gov.br/wms",
29   - params : {
30   - 'layers' : "osm",
31   - 'srs' : "EPSG:4326",
32   - 'format' : "image/png"
33   - },
34   - attributions : [ new ol.Attribution(
35   - {
36   - html : 'Map Data: &copy; <a target="_blank" href="https://softwarepublico.gov.br/gitlab/i3geo/mapabaseosm/blob/master/README.md">OpenStreetMap</a> contributors'
37   - }) ]
38   - })
39   - });
40   -
41   - var esusmono = new ol.layer.Tile(
42   - {
43   - title : "Mapa Base digiSUS Gestor - Monocromatico",
44   - visible : false,
45   - isBaseLayer : true,
46   - name : "esusmono",
47   - source : new ol.source.TileWMS(
48   - {
49   - url : "http://digisus-mapabase-homologacao.saude.gov.br/wms",
50   - params : {
51   - 'layers' : "osm_mono",
52   - 'srs' : "EPSG:4326",
53   - 'format' : "image/png"
54   - },
55   - attributions : [ new ol.Attribution(
56   - {
57   - html : 'Map Data: &copy; <a target="_blank" href="https://softwarepublico.gov.br/gitlab/i3geo/mapabaseosm/blob/master/README.md">OpenStreetMap</a> contributors'
58   - }) ]
59   - })
60   - });
61   -
62 19  
63 20 #### Dados ####
64 21  
... ...