Skip to content

Commit

Permalink
fix(example): modification in example 55 (#281)
Browse files Browse the repository at this point in the history
In latest version, example 55 doesn't work because the projection was incorrectly set. This problem appears after the PR #233.

 Linked to #259
  • Loading branch information
davinkevin authored and juristr committed Jun 29, 2016
1 parent 7986e12 commit 795551c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/055-layers-geojon-dynamic-load-example.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
type: 'GeoJSON',
geojson: {
object: italy,
projection: 'EPSG:3857'
projection: 'EPSG:4326'
}
},
style: {
Expand All @@ -35,7 +35,7 @@
var sourceTemplate = {
type: 'GeoJSON',
geojson: {
projection: 'EPSG:3857',
projection: 'EPSG:4326',
object: {}
}
};
Expand Down

0 comments on commit 795551c

Please sign in to comment.