diff --git a/README.md b/README.md index 45129d3..5eab5f1 100644 --- a/README.md +++ b/README.md @@ -1 +1,3 @@ -Testing project. Integrating JS API with Estonian Land Board (ELB) services. \ No newline at end of file +Testing project. Integrating JS API with Estonian Land Board (ELB) services. + +Site: https://andreskasekamp.github.io/elb-js-api/ \ No newline at end of file diff --git a/app.js b/app.js index 535119c..5eadb54 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,7 @@ // TODO basemap gallery // TODO replace coordinate conversion with Z widget -// TODO add Senyang in-ads widget +// TODO add Senyang in-ads widget (kontrollida), muuta mõõtmeid +// TODO legendi widget require([ "esri/widgets/Expand", diff --git a/modules/search.js b/modules/search.js index 8c1d6fa..1f3a217 100644 --- a/modules/search.js +++ b/modules/search.js @@ -1,3 +1,7 @@ +// TODO proovi CORS localil lahendada +// TODO kas custom search peabki selline välja nägema? + + define([ "esri/widgets/Search", "esri/widgets/Search/SearchSource",