Sumaid
Sumaid
@timdream Do you have any suggestions regarding this?
Similar issue occurs when some words have large weights, like even if 6-7 words have 90%+ weights, they will take up the canvas and other words will disappear.
Data in gnome-maps is stored in a JSON file with the following schema: { place: type: added: } place is an instance of class Place which has attributes: osm_id, osm_type,name,location,bounding_box,place_type,street_address,street,building,...
@eneiluj That's what I had in mind, the attributes you mentioned are the only relevant ones. But I was thinking maybe we should at least store reference to osm node...
@juliushaertl If we are keeping metadata field only for OSM reference, then we can just store osm_id(unique id with any osm node). But maybe @eneiluj is right, as far as...
Having osm identifier could help if gnome maps loads favorites from the nextcloud server, and want to get more details by referring to corresponding OSM node(If it exists). Maybe @mlundblad...
> I'm thinking maybe this could be an optional extension to the stored places. Or maybe there could be a client-specific extension. Something like this (expressed in something JSON:ish): >...