Actions
Feature #928
closedGeoNames links for places
Start date:
2018-08-29
Estimated time:
Description
Option to link places to GeoNames identifier.
Features¶
- Input field to enter/edit a GeoNames id in the place form
- Search for GeoNames entries and show on map (already implemented in a basic way)
- Select a hit from GeoNames to fill the GeoNames id field
- Select a hit from GeoNames to add a point geometry (default title/description like: "Taken from GeoNames" but otherwise like a manually added point)
Model¶
- E31 (Reference) -> P67 (refers to) -> E18 (Physical Object)
- entity.name = code (e.g. 2643743)
- entity.system type = 'external reference GeoNames'
- When shown as link: label = 'GeoNames (2643743)', URL = geonames.org/2643743
- Differentiation between close and exact matches with a new system_type
Updated by Alexander Watzinger about 6 years ago
- Category set to CRM
- Target version changed from Wishlist to 3.16.0
Updated by Alexander Watzinger over 5 years ago
- Target version changed from 3.16.0 to 3.18.0
Updated by Christoph Hoffmann over 5 years ago
- Status changed from Acknowledged to Assigned
- Assignee set to Christoph Hoffmann
Updated by Alexander Watzinger over 5 years ago
- Description updated (diff)
@ Christoph: branch feature_geonames_backend is already online (with input fields in place form), maybe you create a feature_geonames_frontend for yourself (branching from develop)
Updated by Christoph Hoffmann over 5 years ago
- Status changed from Assigned to In Progress
import fields:
geonameId -> geonames_id
lat -> coordinates
lng -> coordinates
name -> name
set descriptionField: "created with geonames ID `ID`"
Updated by Christoph Hoffmann over 5 years ago
prelimenary implementation working,
TODO:- separate import of geoname ID and geometry/points
- write original geonames name field to description
- display feature type code in geonames search result list
- display list of current geometries/features
Updated by Alexander Watzinger over 5 years ago
- Target version changed from 3.18.0 to 3.19.0
Updated by Christoph Hoffmann over 5 years ago
- Status changed from In Progress to Closed
Updated by Christoph Hoffmann about 5 years ago
- Status changed from Closed to In Progress
add button for importing both coordinates and geonames ID
Updated by Alexander Watzinger about 5 years ago
- Status changed from In Progress to Closed
Looks finished so I closed it. Thanks for implementing the 3rd button so quick.
Actions