Ticket #558 (closed Enhancement: fixed)
Geomaps should support Address-less topics
Reported by: | jri | Owned by: | jri |
---|---|---|---|
Priority: | Major | Milestone: | Release 4.1.3 |
Component: | DeepaMehta Standard Distribution | Version: | 4.1.2 |
Keywords: | Cc: | dgf, Malte | |
Complexity: | 3 | Area: | |
Module: | deepamehta-geomaps |
Description
There are cases when a topic has no Address, but still has geo coordinates. E.g. a Twitter Tweet or a digicam photo. When revealing such a topic in a geomap it should be properly placed automatically.
(This ticket is just about the Address aspect. A larger geomaps redesign is upcoming, see #524, #525, #550)
Thank you, Malte, for bringing up this issue!
Change History
comment:2 follow-up: ↓ 3 Changed 11 years ago by jri
- Status changed from accepted to closed
- Resolution set to fixed
Revealing Address-less domain topics on a Geomap works since [07fcda2b], 2 month ago (Sep 24).
comment:3 in reply to: ↑ 2 Changed 11 years ago by jri
Replying to jri:
Revealing Address-less domain topics on a Geomap works since [07fcda2b], 2 month ago (Sep 24).
... provided ...
- the domain topic has Geo Coordinate in its model, OR
- your plugin enriches the domain topic by its Geo Coordinate on-the-fly at server-side by the means of the preSendTopic hook.
As an example see how the GeomapsPlugin? uses preSendTopic to enrich an Address topic through the Facets API.