Forum Discussion
Mapping and limitations
- Anonymous9 years ago
I'm not sure whether it is possible or not, but it kind of goes against the idea of filled map. It's not suppose to be destinations, it's suppose to be larger areas. So plotting an entire address doesn't really make sense.
This approach has worked for me before:
Column = Postalcode&" "&Country
or
Column = Postalcode&" "&Countrycode
Try this and get back to me.
Martin,
This is not working for me. can you please try with these pin codes of SRI LANKA:
| Agaliya | Sri Lanka 80212 |
| Ahangama | Sri Lanka 80650 |
| Ahungalla | Sri Lanka 80562 |
| Akmeemana | Sri Lanka 80090 |
| Aluthwala | Sri Lanka 80332 |
Thanks,
Prasanna V.
- Anonymous9 years agoNot applicable
send2prasan,
Could you please share the full sample data of your table that can be copied? Besides, do you mean that 4th entity(Zip code2) doesn’t related to correct place?
Regards,
Lydia - Anonymous9 years agoNot applicable
It looks like the filled map visualization can't take postal codes from sri lanka. It can however take the cities. Try this combination:
Table[City]&" "&Table[Country].
- send2prasan9 years agoHelper I
Dear all,
Please use this data file for mapping (WeTransfer link):
One more question: is there any way I can mark complete addres on filled map:
For example: No. 06 Heen Ela Road, 06, Hien Ela Road, Ambalangoda, Southern 80300, SRI LANKA
Thanks,
Prasanna V.
- Anonymous9 years agoNot applicable
I'm not sure whether it is possible or not, but it kind of goes against the idea of filled map. It's not suppose to be destinations, it's suppose to be larger areas. So plotting an entire address doesn't really make sense.