gc2gh / django-newsroom

Automatically exported from code.google.com/p/django-newsroom
Other
0 stars 0 forks source link

Add Geo Data to Features and Stories #35

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
To ensure the ability to map stories and features, we should add a location
property to stories and features.

Is it possible to have a text field that can accept either city, state or
some standard format for longitude/latitude?

Original issue reported on code.google.com by jgty...@gmail.com on 13 Apr 2009 at 9:41

GoogleCodeExporter commented 8 years ago

Original comment by jgty...@gmail.com on 13 Apr 2009 at 11:12

GoogleCodeExporter commented 8 years ago

Original comment by jgty...@gmail.com on 18 Apr 2009 at 11:56

GoogleCodeExporter commented 8 years ago
I talked with Brian on Friday.  He is going to add a text field for unstructured
geodata to be entered into a story.  He may not make the field visible to 
reporters
for this initial release, but it should be there in case we need it in the 
future.  

I'll wait on adding a field for geodata to promos until I see how it begins to 
be
implemented for stories.

Original comment by jgty...@gmail.com on 26 Apr 2009 at 9:53

GoogleCodeExporter commented 8 years ago
This patch add the capability to locate a story on a map. The patch is working 
but is
still a bit raw. There is no test around the new code and there is couple of 
link
that are not implemented like the "Add area".

Another improvement of this is to move the location field to the Geotag tab. It 
is
important to note that this feature rely on both geodjango and geotags (an 
external
reusable app)

--yml

Original comment by yann.ma...@gmail.com on 17 May 2009 at 6:28

Attachments:

GoogleCodeExporter commented 8 years ago
This patch is improved. I have fixed a typo and added a test that you can run 
to make
sure that everything is properly setup and configured.

Original comment by yann.ma...@gmail.com on 17 May 2009 at 8:18

Attachments:

GoogleCodeExporter commented 8 years ago
So yann committed geotags feature to stories.  But we also wanted it on promos? 
 I think we prioritized this in 
our last conversation.

Original comment by mand...@gmail.com on 28 May 2009 at 1:48