ABAPlan / abaplan-core

Core ABAPlan project
MIT License
4 stars 2 forks source link

Refractor map.component architecture into some components #65

Closed jcavat closed 7 years ago

jcavat commented 7 years ago

The main map couldn't be imported without the search bar. It should be better to separate the two concerns.

jcavat commented 7 years ago

I simply use a 'searchable' input attribute to the map.component (true by default). If true, the search tool is available. Otherwise, it is hidden by default (Arcgis feature) and not used.