Forum Discussion
m_cherriman
3 years agoAdvocate I
GeoJSON reference layer - location labels/names
Hi, I'm using an Azure maps visual with a GeoJSON reference layer which is showing red dots for distribution centres, which is great. But what I also need is to show is the centre name. I've ad...
lbendlin
3 years agoSuper User
Have a "name" field in your data model that carries the values in your "name" property. Declare that field as a geo place.
Anonymous
3 years agoNot applicable
Hi
Thanks for getting back to me.
Ok, so the very simple model is :
And I drop postcode onto an Azure map to show postcodes. Works a treat. I then have the GeoJSON file mentioned earlier. Unsure where the 'name' field should be going? Do I create a a tabel with 2 values in LBR1 / LBR2 and the column is called name? Apologies if I sound dumb... And thanks for your help!
Cheers
- lbendlin3 years agoSuper User
Do I create a a tabel with 2 values in LBR1 / LBR2 and the column is called name?If that makes sense in your data model, yes. One of your dimension fields in the data model will need to tie to the name attribute in the JSON.