Skip to content

Commit

Permalink
Fix GeocoderComboBox online example (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Nov 26, 2015
1 parent 01a6ccc commit ea0347f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/geocoder/geocoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,11 @@ Ext.application({
tbar: [{
xtype: "gx_geocodercombo",
layer: locationLayer,
url: "https://nominatim.openstreetmap.org/search?format=json",
// To restrict the search to a bounding box, uncomment the following
// line and change the viewboxlbrt parameter to a left,bottom,right,top
// bounds in EPSG:4326:
//url: "http://nominatim.openstreetmap.org/search?format=json&viewboxlbrt=15,47,17,49",
//url: "https://nominatim.openstreetmap.org/search?format=json&viewboxlbrt=15,47,17,49",
width: 200
}]
});
Expand Down

0 comments on commit ea0347f

Please sign in to comment.