Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Dylan Kuhn

    (@cyberhobo)

    Setting the Geocode Custom Field setting to ‘address’ will work for newly added fields, but not existing ones. Doing bulk geocoding is tricky because most services will limit the speed and number of requests you can make. There is an open feature request for it here:

    https://code.google.com/p/wordpress-geo-mashup/issues/detail?id=597

    There may be other batch geocoding solutions that would allow you to import geo_latitude and geo_longitude fields.

    Thread Starter ChubbyEatsNY

    (@infochubbychinesegirleatscom)

    I couldn’t find any other solution to import. Do you have the SQL script that copies the custom field to the geo table when an update is performed? I think if I use the postID, I can quickly update the post and populate the geo mashup tables?

    Plugin Author Dylan Kuhn

    (@cyberhobo)

    There isn’t a SQL script – the GeoMashupDB::copy_from_geodata() function uses the WordPress API to do it. If you already have latitude and longitude, though, enabling Geo Mashup’s “Copy Geodata Meta Fields” setting and then using another plugin to bulk load geo_latitude and geo_longitude should work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Copy Geodata Meta Fields option’ is closed to new replies.