Is it possible show cities just in exact region?
For example I have this map and some cities with region ‘UA’.
Example map:
var options = {
region: 'UA',
displayMode: 'markers',
resolution: 'provinces',
colorAxis: { colors: ['yellow', 'green'] }
};
At this map I have city with name ‘Novaya’, in this country we are have few cities with this same name. How to show this city exactly in region ‘UA-14’ near other cities?
Add the region-code to the data, e.g.
Novaya,UA-14http://jsfiddle.net/doktormolle/ZVGHG/