Skip to content

Commit

Permalink
Added more points to the sample
Browse files Browse the repository at this point in the history
  • Loading branch information
acanimal committed Nov 30, 2012
1 parent 4775282 commit 401889b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipes/ch08/ch08_requesting.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@

// Create the map using the specified DOM element
var map = new OpenLayers.Map("ch08_requesting");

var osm = new OpenLayers.Layer.OSM();
map.addLayer(osm);

Expand All @@ -21,7 +20,7 @@
OpenLayers.Request.GET({
url: "utils/points.php",
params: {
num: 100
num: 300
},
success: function(response) {
var format = new OpenLayers.Format.JSON();
Expand Down

0 comments on commit 401889b

Please sign in to comment.