Skip to content

Commit f147466

Browse files
committed
point to env file on github
1 parent a6e4cae commit f147466

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
var args = {
4343
q: "select * from osm.geojson where bbox=\"" + bbox.join(',') + "\"",
4444
format: "json",
45-
env: "http://studio.stamen.com/~tom/osm-api/osm-api.env",
45+
env: "http://github.com/RandomEtc/js-vector-maps/raw/master/yql/osm-api.env",
4646
callback: "cbfunc"
4747
}
4848

0 commit comments

Comments
 (0)