-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
20 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,51 +1,14 @@ | ||
ACF OpenStreetMap Field ToDo | ||
============================ | ||
|
||
1.1.0 | ||
1.2.0 | ||
----- | ||
|
||
- [x] Bug: Flexible-Content: Add entry > Repeater: Add entry, select type > Weird Map (3x searchfield) | ||
- [x] ACF Field group attached to post > Block Editor > Map init with 1x1 tile upperleft corner | ||
- [x] Refactor: | ||
- [x] Store map-data in single input field | ||
- [x] JS: use Backbone.model.set('lat') // lng, zoom, layers, markers, ... | ||
- [x] localize js | ||
- [x] Bugs: | ||
- [x] Map with allow_layer_select=false doesn't init | ||
- [x] Field Group Admin: add map > map doesn't init | ||
- [x] Field Group Admin: Duplicate Field > 2 Search inputs | ||
- [x] Repeater > Map: Map doesn't init. | ||
- [x] Test: | ||
- [x] Data generated in <= 1.0.1 | ||
- [ ] iFrame: there used to be address, ... hmm... ACF Artifacts? | ||
- [x] Data conversion from ACF GoogleMap Field (and back?) | ||
- Format: { lat: %f, lng: %f, address: %s } | ||
- [x] Greate Tester Fields | ||
- [x] ACF: Block Editor | ||
- [x] As Block | ||
- [x] Map-CC z-index | ||
- [x] Align Left + Right | ||
- [x] iFrame: wrong layers-param | ||
- [x] iFrame: cant select, catches mouse events | ||
- [x] Switch edit/preview: Map invalidate size | ||
- [x] Marker-labels below map (z-index) | ||
- [x] As Metabox | ||
- [x] ACF: Widgets | ||
- [x] ACF: Frontend-Form | ||
- [x] ACF: Options Page | ||
- [x] 3rd Party: | ||
- [x] ACF Duplicate Repeater | ||
- [x] Hide JSON Data input | ||
- [x] Marker Message: hide if max_markers exceeded | ||
- [x] Move Accuracy to script l10n | ||
|
||
1.2.0 | ||
----- | ||
- [ ] Tests: | ||
- [ ] ACF-Customizer | ||
- [ ] ACF WP-Objects | ||
- [ ] ACF Quick Edit Fields | ||
- [ ] UI: btn fit markers in View | ||
- [ ] UI: enter lat/lng/zoom for map and lat/lng for marker | ||
- [ ] Data: Marker Meta: textarea, text, number, file, image, URL, email, ... | ||
- [ ] Settings: individually disable map providers | ||
|
||
1.3.0 | ||
----- | ||
- [ ] Support MapBox |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
# This file is distributed under the same license as the ACF OpenStreetMap Field plugin. | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: ACF OpenStreetMap Field 1.1.2\n" | ||
"Project-Id-Version: ACF OpenStreetMap Field 1.1.3\n" | ||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/acf-openstreetmap-field\n" | ||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" | ||
"Language-Team: LANGUAGE <[email protected]>\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"POT-Creation-Date: 2019-09-11T11:16:56+00:00\n" | ||
"POT-Creation-Date: 2019-10-12T15:49:45+00:00\n" | ||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" | ||
"X-Generator: WP-CLI 2.2.0\n" | ||
"X-Domain: acf-openstreetmap-field\n" | ||
|
@@ -136,26 +136,30 @@ msgstr "" | |
msgid "Leave empty for infinite markers" | ||
msgstr "" | ||
|
||
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:315 | ||
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:316 | ||
msgid "Double click to add Marker." | ||
msgstr "" | ||
|
||
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:316 | ||
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:319 | ||
msgid "Tap and hold to add Marker." | ||
msgstr "" | ||
|
||
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:321 | ||
msgid "Drag Marker to move." | ||
msgstr "" | ||
|
||
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:650 | ||
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:655 | ||
msgid "View Larger Map" | ||
msgstr "" | ||
|
||
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:728 | ||
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:733 | ||
msgid "Please set a marker on the map." | ||
msgstr "" | ||
|
||
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:816 | ||
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:821 | ||
msgid "Locate Marker" | ||
msgstr "" | ||
|
||
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:822 | ||
#: include/ACFFieldOpenstreetmap/Field/OpenStreetMap.php:827 | ||
msgid "Remove Marker" | ||
msgstr "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters