Forum Discussion
Map different municipalities with the same name
How did you geo-classify your columns? And why did you include mundepais? That is not something the geocoding service can use.
Do you have more details like postal codes or Lat/Lon pairs that you could use to help the geocoding service?
Hello, thank you for your reply. The columns are classified as follows:
Township = County
Department = State or province
Codpais = Country/region
The mundepais column was a test I did to know if being the municipality and department to which it belongs in the same column, I only select the municipalities that belong to that department, but it did not work. That column is classified as City, but I didn't use it anymore because I saw that the test didn't work.
I don't have postcodes or Lat/Long coordinates.
What I am looking for is that, when selecting a department, in the map of municipalities only the municipalities that belong to that department are selected, not those of the same name of other departments , how could I achieve it?
- lbendlin4 years ago
Super User
You would do that in your data model where the department table would filter the municipality table.
- Syndicate_Admin4 years ago
Administrator
The departments column does filter municipalities, but it also filters municipalities of the same name from other departments. Is there a way for you to only filter the municipalities of the selected department?
- lbendlin4 years ago
Super User
can you provide sample data that illustrates the issue?