Closed enridaga closed 10 years ago
Adding a configuration property in settings.js: PLACE_THEME. Supported values are frequency and feature.
If the value is set to feature then places in the main json should have a type property set to one of the following values: "REGION", "SETTLEMENT", "NATURAL_FEATURE".
For example:
"places": [ {"id":766,"title":"Aegyptus","ll":[32.5,32.5],"type":"REGION" }, ...
This is implemented now. It should be better tested but, without real data supporting this feature is kind of difficult. It has been implemented with fake data and behave nicely.
This is discussed at https://github.com/ekansa/gap2/issues/8