change url, mod_tile now provides CORS
This commit is contained in:
parent
c17eb32a8b
commit
26846d752f
@ -126,7 +126,7 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
var mapconfig = {
|
var mapconfig = {
|
||||||
tilesource : "oscimap4",
|
tilesource : "oscimap4",
|
||||||
tileurl : "http://opensciencemap.org/re",
|
tileurl : "http://opensciencemap.org/tiles/vtm",
|
||||||
zoom : 2,
|
zoom : 2,
|
||||||
latitude : 0.0,
|
latitude : 0.0,
|
||||||
longitude : 0.0
|
longitude : 0.0
|
||||||
|
@ -23,7 +23,7 @@ public class DefaultSources {
|
|||||||
|
|
||||||
public static class StamenToner extends BitmapTileSource {
|
public static class StamenToner extends BitmapTileSource {
|
||||||
public StamenToner() {
|
public StamenToner() {
|
||||||
super("http://opensciencemap.org/cors-stamen/toner", 0, 16);
|
super("http://a.tile.stamen.com/toner", 0, 18);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user