Skip to content

Commit

Permalink
update tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelpeixe committed Jul 17, 2014
1 parent 00fbb7e commit 763e6e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions js/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ var tilejson = {
tilejson: '1.0.0',
scheme: 'xyz',
tiles: [
'http://maps.cardume.art.br/v2/eduamazonia/{z}/{x}/{y}.png'
'http://tiles.infoamazonia.org/v2/eduamazonia/{z}/{x}/{y}.png'
],
grids: [
'http://maps.cardume.art.br/v2/eduamazonia/{z}/{x}/{y}.grid.json'
'http://tiles.infoamazonia.org/v2/eduamazonia/{z}/{x}/{y}.grid.json'
],
formatter: function(options, data) {
var tooltip = '';
Expand Down Expand Up @@ -290,7 +290,7 @@ function loadSection(section) {
tilejson: '1.0.0',
scheme: 'xyz',
tiles: [
'http://maps.cardume.art.br/v2/eduamazonia_marcador/{z}/{x}/{y}.png'
'http://tiles.infoamazonia.org/v2/eduamazonia_marcador/{z}/{x}/{y}.png'
],
formatter: function(options, data) {
return data
Expand Down
Loading

0 comments on commit 763e6e4

Please sign in to comment.