Move us.json into topojson subdirectory

This commit is contained in:
Tom Payne
2014-01-23 03:30:14 +01:00
parent 777fc2f961
commit 3aaa0dd0f7
2 changed files with 1 additions and 1 deletions

2
examples/d3.js vendored
View File

@@ -31,7 +31,7 @@ var map = new ol.Map({
/**
* Load the topojson data and create an ol.layer.Image for that data.
*/
d3.json('data/us.json', function(error, us) {
d3.json('data/topojson/us.json', function(error, us) {
var features = topojson.feature(us, us.objects.counties);
/**