-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing label in marker properties #175
Comments
this should be solved on the data level - @simar0at will check with the product owners currently the label is used for sorting |
@katharinawuensche could you give me an example feature where this is the case? |
The Wibarab features look like this: {
"type": "Feature",
"id": "geo:zintan+LBY-ZTN",
"geometry": { "type": "Point", "coordinates": [12.252778, 31.931667] },
"properties": {
"ft_djim": {
"ǧ → ž": {
"examples": ["žəld"],
"sources": {
"caubet_2004_3508": {
"decade_dc": { "1940s": "high" },
"link": "http://zotero.org/groups/2165756/items/Z8BXD2S8",
"short_cit": "Caubet2004e"
}
}
}
},
"name": "Zintan",
"variety": "LBY-ZTN"
}
}, Whereas the features in Vicav have an additional {
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [35.06666666666667, 32.916666666666664]
},
"properties": {
"type": "geo",
"name": "Akko/Acre",
"label": "Akko/Acre",
"hitCount": 1,
"textId": "profile_akkon_01",
"targetType": "Profile"
}
} This |
I think it's fine to use the |
Some features in the geojson data do not include a
label
entry in theirproperties
dict, leading to an error in the geo-map component. Can thename
field be used as alabel
in these cases?The text was updated successfully, but these errors were encountered: