File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6262 <legend >{ ' EDIT_MAP' |@translate} </legend >
6363 { ' EDIT_UPDATE_LOCATION_DESC' |@translate}
6464 <div id =" map" ></div >
65- <div id =" info" >
66- <small >Search values: OpenStreetMap Data offer by MapQuest Open Platform
67- <a href =" http://open.mapquestapi.com/nominatim/" >open.mapquestapi.com</a ></small >
68- </div >
6965 </fieldset >
7066
7167 <p >
9490
9591 map.on('click', onMapClick);
9692
93+ /* Disable search require AppKey from mapquest */
9794 /* BEGIN leaflet-search */
95+ /*
9896 var jsonpurl = 'https://open.mapquestapi.com/nominatim/v1/search.php?q={ s} '+
9997 '&format=json&osm_type=N&limit=100&addressdetails=0',
10098 jsonpName = 'json_callback';
128126 } ;
129127
130128 map.addControl( new L.Control.Search(searchOpts) );
129+ */
131130 /* END leaflet-search */
132131
133132function place_to_latlon()
Original file line number Diff line number Diff line change 9797
9898 this . map . on ( 'click' , onMapClick , this ) ;
9999
100+ /* Disable search require AppKey from mapquest */
100101 /* BEGIN leaflet-search */
102+ /*
101103 var jsonpurl = 'https://open.mapquestapi.com/nominatim/v1/search.php?q={s}'+
102104 '&format=json&osm_type=N&limit=100&addressdetails=0',
103105 jsonpName = 'json_callback';
131133 };
132134
133135 window.L.control.search(searchOpts).addTo(this.map);
136+ */
134137 /* END leaflet-search */
135138
136139 } ,
You can’t perform that action at this time.
0 commit comments