Lat and long for locations
This topic contains 12 replies, has 3 voices, and was last updated by Alex Rollin 4 years, 8 months ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket-
AuthorPosts
-
March 24, 2020 at 4:08 am #536412
I’m trying to import my states counties and cities. I don’t have the lat and long for the locations, I only have the city, county and zip.
I have wpai (pro) and thought I could use this to import but don’t see the option. When I look at the GeoDirectory import I don’t see a way to map anything and my file was rejected.
Referencing this post:
https://wpgeodirectory.com/support/topic/location-manager-import-locations/page/2/#post-419656There is a code someone created to get this data on import although I don’t know how to use it with the GD importer.
<?php /** * Plugin Name: Test Widget Plugin * Plugin URI: https://test.com * Description: Adds an example widget that displays the site title and tagline in a widget area. * Version: 1.0 * Author: test * Author URI: https://www.test.com */ class jpen_Example_Widget extends WP_Widget { // Set up the widget name and description. public function __construct() { $widget_options = array( 'classname' => 'example_widget', 'description' => 'This is an Example Widget' ); parent::__construct( 'example_widget', 'Example Widget', $widget_options ); } // Create the widget output. public function widget( $args, $instance ) { $title = apply_filters( 'widget_title', $instance[ 'title' ] ); $blog_title = get_bloginfo( 'name' ); $tagline = get_bloginfo( 'description' );
I also found this site… https://www.geocod.io but it didn’t work. I’ve got a ticket in with them.
Any ideas on how to get the lat and long for state>region>cities/zip codes?
March 24, 2020 at 4:33 am #536416A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
March 24, 2020 at 5:02 am #536417A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
March 24, 2020 at 3:23 pm #536513A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
March 24, 2020 at 3:47 pm #536518A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
March 24, 2020 at 6:10 pm #536548A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
March 24, 2020 at 7:10 pm #536564A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
March 25, 2020 at 12:05 am #536606A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
March 25, 2020 at 1:28 am #536615A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
March 25, 2020 at 4:07 am #536644A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
March 25, 2020 at 9:32 pm #536813A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
March 25, 2020 at 9:34 pm #536814A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
March 27, 2020 at 2:37 am #536994A valid license is required to view this reply.
You may need to login
OR
Buy either a Membership or valid license for this product.
Thanks, Team GeoDirectory!
-
AuthorPosts
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket