• @dshanske I’m hoping you will be OK with exchanging notes about an application that I’d like to build around your plugin, with contributions as I can back to you. I’d like to be sure that this plugin is suitable for such an investment of time and effort (for both of us).

    The app is similar to a store locator, where the current user location is used to find stored locations within a radius. In this plugin’s language I believe the locations are Venues.

    This might be related to the concept of Stations, where the current location is used to find a nearby weather station. It’s my (mis?)understanding that weather providers do those calculations based on their data. In my case I have that data and might need to create a local provider.

    For each Venue we have a geolocation. I understand from the plugin info that we can apply WordPress GeoData to a CPT? As one can expect with any application, rather than a ‘point’, I would think the lat-lon would be an array, maybe representing a Zone, that identifies an area the size of a building. How is that handled in this plugin? Accuracy?

    Putting some of this together. When a search is done for a Venue, as defined by a CPT, the search criteria include current lat-lon and range, and Venues should be returned where the defined Zone (as defined above) is within the range of that point.

    I understand some Venue functionality hasn’t been implemented. Is that in part because of the math or other complications of the above?

    I’m willing to create providers and other classes to do our own calculations, and contribute them back to your project. I just don’t have a “Venn diagram view” of what you already have in here, my needs, exactly how they overlap, and what I need to do to bridge the gaps.

    I’m open to this discussion in email, Slack, Skype, Discord, and other tools.

    OR … should I just look at the code? Look elsewhere? 🙂

    Thank you Very much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Tony G

    (@starbuck)

    It’s probably worth noting that we are building our own database of Venues. They are not actual “venues” that one would find on a Google map. This is why I’m thinking of having one GeoData CPT per venue – that just seems to be a convenient data storage mechanism.

    I’m also fine with creating our own endpoints for storage and retrieval, and have servers for the processing.

    That might also lead to an implementation of Compass or other FOSS for hosting mapping applications. I would need to work out how we store data in Compass and then use it within the application, perhaps in conjunction with your plugin. I’m a bit confused at this moment about the part that each tool plays but I’m eager to do the research to learn.

    Plugin Author David Shanske

    (@dshanske)

    @starbuck Have to really look and digest this, but happy to discuss it here overall. Also, the main working repo is on Github, and I work there mostly.

    https://github.com/dshanske/simple-location/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Application for this plugin – discussion’ is closed to new replies.