oeco / jeo

A WordPress parent theme for interactive maps and journalism
http://jeowp.org/
Other
90 stars 33 forks source link

Data Import #52

Closed DavidLemayian closed 10 years ago

DavidLemayian commented 10 years ago

Hi,

I would like to import data on a CSV to a JEO themed Wordpress instance. Any way to do this easily and efficiently?

Cheers, David.

gufalei commented 10 years ago

Hey David

If you want to import data as posts, we recommend a plug in for CSV import, it usually works well

If you want to transform this points in on layer of static data, you can render the data with MapBox or Carto DB and publish as a map using JEO .

Does it work

DavidLemayian commented 10 years ago

Hey @gufalei. Thanks for the reply. I indeed used a CSV import plugin. I have also added the related fields to geocode_address, geocode_longitude and geocode_latitude.

With this achieved, how would I have the geocode_* processed by JEO to display on the map as with a normal post added through the dashboard?