implemented configuration singleton (to prevent global variables)
isochrone button on geosearch result now only shown if datastore is configured for clicked point (still some todos open)
Showing
- src/main/webapp/index.html 9 additions, 33 deletionssrc/main/webapp/index.html
- src/main/webapp/js/isochrone/configuration.js 32 additions, 0 deletionssrc/main/webapp/js/isochrone/configuration.js
- src/main/webapp/js/isochrone/initHelper.js 55 additions, 0 deletionssrc/main/webapp/js/isochrone/initHelper.js
- src/main/webapp/js/isochrone/searchExtender.js 76 additions, 0 deletionssrc/main/webapp/js/isochrone/searchExtender.js
- src/main/webapp/js/map/geosearch.js 2 additions, 9 deletionssrc/main/webapp/js/map/geosearch.js
- src/main/webapp/js/map/isomap.js 15 additions, 1 deletionsrc/main/webapp/js/map/isomap.js
- src/main/webapp/js/service/serviceConfiguration.js 45 additions, 24 deletionssrc/main/webapp/js/service/serviceConfiguration.js
Loading
Please register or sign in to comment