New Field Type: Address / Map #6628
Replies: 43 comments 1 reply
-
http://www.youtube.com/watch?v=E_7j9kl4ZSI |
Beta Was this translation helpful? Give feedback.
-
User searches for an address, that address and it's coordinates are saved in serialized array of data. |
Beta Was this translation helpful? Give feedback.
-
Feature list:
Output format: Map Image, or Map JS Other potential options: |
Beta Was this translation helpful? Give feedback.
-
Phase II ideas:
|
Beta Was this translation helpful? Give feedback.
-
Resource for generating shadows and shape coords for custom icons: |
Beta Was this translation helpful? Give feedback.
-
@pglewis not sure how you expect different output types to work and i think it's out of the scope of an input field. |
Beta Was this translation helpful? Give feedback.
-
Supporting both the Google image API and the JS API for the output map is Scott's idea. The plan is, I believe, to have field() return an array with data (lat/lng, address, whatever else) and display() will automagically output a map and marker. An extra option to specify which API to use for the output when using display() doesn't seem too far out of scope to me, and I'm a fan of options over not. It doesn't stop you from grabbing the lat/lng and doing the map yourself if you prefer. My question is how fine-grained the option should be? Record level, field level, or global? |
Beta Was this translation helpful? Give feedback.
-
I really want sensor support, too. Displaying a map that can give me one-click directions from my phone? Sexy. |
Beta Was this translation helpful? Give feedback.
-
Right, we also want an output option to just output the full address |
Beta Was this translation helpful? Give feedback.
-
This is coming along pretty well, admin options, field type, and component are all good. Need to work on Input and Display. |
Beta Was this translation helpful? Give feedback.
-
More screenshots of latest updates: |
Beta Was this translation helpful? Give feedback.
-
Any update on this issue ? |
Beta Was this translation helpful? Give feedback.
-
This is still on track to be one of our first external components, available on our new site. I'll make an effort to try and get it done as soon as I can, but there are a few other things ahead of it in terms of priority at the moment (namely #109 and #81) |
Beta Was this translation helpful? Give feedback.
-
There is now a bounty on this issue, the admin UI is done, we just need someone to help us build the input field (for use in the form) and the output. Some of this may already be done based on @pglewis's work, but need someone to bring it home for us! https://www.bountysource.com/issues/865545-new-field-type-address-map |
Beta Was this translation helpful? Give feedback.
-
Got the code from @sc0ttkclark compatible and working with the 2.7 branche so time to look at the features etc! [task list moved to top of summary issue] |
Beta Was this translation helpful? Give feedback.
-
Status? Map Field is one of the most asked questions these days ;) |
Beta Was this translation helpful? Give feedback.
-
Doing as much as I can. It's working but can have a lot of improvements. Plus, it's not integrated in DFV structure yet. |
Beta Was this translation helpful? Give feedback.
-
Don't worry - just came up in a bunch of conversations 👍 - any idea about a timeframe? I know Scott is a busy man! ;) |
Beta Was this translation helpful? Give feedback.
-
Mostly testing I think? |
Beta Was this translation helpful? Give feedback.
-
See tasklist, more than just testing ;) |
Beta Was this translation helpful? Give feedback.
-
@JoryHogeveen This is separate from the Address Field in #3634, correct? |
Beta Was this translation helpful? Give feedback.
-
This is the attached issue. But the todolist is maintained in the PR. |
Beta Was this translation helpful? Give feedback.
-
Duh, you would think I'd notice that big Pull Request tag at the top huh? Think I got a little confused when I saw two task lists ;) Thanks for the clarification @JoryHogeveen |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Hello, Just following up on the Slack support discussion. I asked whether or not this field would also auto-generate the location data; such as, city, country, and latitude and longitude. I was told it would which is fantastic. In my particular case, my users are effectively playing a visual measurement game on their device, mobile or desktop, and upon completion of the game, a post/pod is submitted automatically. The submission contains a whole host of data. I would like their location to be part of that submission (without their having to either input that data or asked for approval to submit location data) since it will be used for filtering their scores by location and used to apply a marker to a global map. It would be awesome if it could be integrated with FacetWP. Is there a projected delivery date for this field type addition? |
Beta Was this translation helpful? Give feedback.
-
It would be cool if there would be a display option of a map with flags for every location entered for some post type or taxonomy or user. To use as a one map showing all the locations of some event or taxonomy of events or locations of users origins. |
Beta Was this translation helpful? Give feedback.
-
@vesna-droid You can pass multiple values into the first parameter (array format) and it will show all of these on one single map. |
Beta Was this translation helpful? Give feedback.
-
Excellent. Altough I'm a beginner in php coding and could use an example of passing actual addresses (from meta custom fields of posts or users) as array or even hire someone willing to establish this at our web place... Feel free to send me examples if you have them and willing to share for purpose of my learning... |
Beta Was this translation helpful? Give feedback.
-
Hi, I use Pods with Elementor and Dynamic.ooo. In order to get the Dynamic-people to support this field, the told me that: - The PODS integration only allows you to view the map on the backend side. The data that comes to us is just a string, while ACF sends the data of the map object. So, do you see any opportunity to output the data as an "map object"? |
Beta Was this translation helpful? Give feedback.
-
Supports Google Maps JS / Static maps and Geocoding; Support for Bing later on
PR & Task List #3634
Old:
Task List
Additional tasks
Beta Was this translation helpful? Give feedback.
All reactions