Version Description
:- 2019-03-25 :- Medium priority = * Added caching warning to GDPR Compliance settings panel * Added check for wp.components in Gutenberg module * Renamed Croation translations to correct -hr.* suffix * Fixed incorrect logic causing unapproved markers to appear in Pro marker listings * Relaxed "combined file would be blank" from exception to an admin notice when in the WordPress environment
Download this release
Release Info
Developer | perryrylance |
Plugin | WP Google Maps |
Version | 7.11.15 |
Comparing to | |
See all releases |
Code changes from version 7.11.14 to 7.11.15
- css/common.css +67 -0
- html/gdpr-compliance-settings.html.php +14 -0
- includes/build.log +280 -280
- includes/class.distance.php +27 -0
- includes/class.gdpr-compliance.php +3 -0
- includes/class.marker.php +5 -0
- includes/class.plugin.php +2 -2
- includes/class.rest-api.php +41 -0
- includes/class.script-loader.php +33 -2
- includes/class.strings.php +1 -1
- includes/tables/class.ajax-table.php +1 -1
- js/v8/3rd-party-integration/gutenberg/dist/gutenberg.js +1 -1
- js/v8/3rd-party-integration/gutenberg/src/gutenberg.jsx +1 -1
- js/v8/core.js +1 -0
- js/v8/google-maps/google-circle.js +19 -0
- js/v8/google-maps/google-marker.js +5 -0
- js/v8/marker.js +5 -0
- js/v8/open-layers/ol-circle.js +47 -20
- js/v8/open-layers/ol-marker.js +5 -0
- js/v8/rest-api.js +5 -0
- js/v8/tables/datatable.js +6 -1
- js/v8/version.js +4 -0
- js/v8/wp-google-maps.combined.js +98 -22
- js/v8/wp-google-maps.min.js +1 -1
- languages/wp-google-maps-hr.mo +0 -0
- languages/wp-google-maps-hr.po +3932 -0
- legacy-core.php +1 -1
- readme.txt +7 -0
- wpGoogleMaps.php +8 -1
css/common.css
CHANGED
@@ -126,4 +126,71 @@
|
|
126 |
.ol-info-window-plain
|
127 |
{
|
128 |
min-width: 240px;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
129 |
}
|
126 |
.ol-info-window-plain
|
127 |
{
|
128 |
min-width: 240px;
|
129 |
+
}
|
130 |
+
|
131 |
+
.wpgmza-gallery-input li
|
132 |
+
{
|
133 |
+
position: relative;
|
134 |
+
|
135 |
+
width: 120px;
|
136 |
+
height: 120px;
|
137 |
+
margin: 0.25em;
|
138 |
+
|
139 |
+
display: inline-block;
|
140 |
+
vertical-align: top;
|
141 |
+
|
142 |
+
background-size: cover;
|
143 |
+
box-sizing: border-box;
|
144 |
+
}
|
145 |
+
|
146 |
+
.wpgmza-gallery-input li.wpgmza-add-new-picture
|
147 |
+
{
|
148 |
+
cursor: pointer;
|
149 |
+
border: #E8E8E8 dashed 6px;
|
150 |
+
color: #E8E8E8;
|
151 |
+
}
|
152 |
+
|
153 |
+
.wpgmza-gallery-input li.wpgmza-add-new-picture:hover
|
154 |
+
{
|
155 |
+
border-color: lightgray;
|
156 |
+
color: lightgray;
|
157 |
+
}
|
158 |
+
|
159 |
+
.wpgmza-gallery-input li.wpgmza-add-new-picture>i
|
160 |
+
{
|
161 |
+
position: absolute;
|
162 |
+
|
163 |
+
left: 50%;
|
164 |
+
top: 50%;
|
165 |
+
|
166 |
+
transform: translate(-50%, -50%);
|
167 |
+
|
168 |
+
font-size: 32px;
|
169 |
+
}
|
170 |
+
|
171 |
+
.wpgmza-marker-panel fieldset>*
|
172 |
+
{
|
173 |
+
display: inline-block;
|
174 |
+
vertical-align: top;
|
175 |
+
}
|
176 |
+
|
177 |
+
.wpgmza-marker-panel fieldset>label
|
178 |
+
{
|
179 |
+
width: 180px;
|
180 |
+
}
|
181 |
+
|
182 |
+
.wpgmza-marker-icon-preview
|
183 |
+
{
|
184 |
+
width: 32px;
|
185 |
+
height: 32px;
|
186 |
+
background-repeat: no-repeat;
|
187 |
+
background-position: center;
|
188 |
+
background-size: contain;
|
189 |
+
border: #E8E8E8 dashed 6px;
|
190 |
+
}
|
191 |
+
|
192 |
+
.wpgmza-marker-icon-picker>*
|
193 |
+
{
|
194 |
+
display: inline-block;
|
195 |
+
vertical-align: middle;
|
196 |
}
|
html/gdpr-compliance-settings.html.php
CHANGED
@@ -1,5 +1,18 @@
|
|
1 |
<div id="wpgmza-gdpr-compliance">
|
2 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
<div id="wpgmza-gpdr-general-compliance">
|
4 |
|
5 |
<h2>
|
@@ -7,6 +20,7 @@
|
|
7 |
</h2>
|
8 |
|
9 |
<fieldset>
|
|
|
10 |
<label for="wpgmza_gdpr_require_consent_before_load">
|
11 |
<?php
|
12 |
_e('Require consent before loading Maps API', 'wp-google-maps');
|
1 |
<div id="wpgmza-gdpr-compliance">
|
2 |
|
3 |
+
<div>
|
4 |
+
<p>
|
5 |
+
<?php
|
6 |
+
_e('Our GDPR notice will be displayed whenever the agreement cookie is not set. Agreeing to the notice will set this cookie.', 'wp-google-maps');
|
7 |
+
?>
|
8 |
+
</p>
|
9 |
+
<p>
|
10 |
+
<?php
|
11 |
+
_e('Some caching and optimization plugins will continue to serve your map page with the GDPR agreement, disregarding this cookie. In this instance, clicking "I Agree" will reload the page and appear to have no effect. To solve this issue, we recommend you exclude your map page from caching and optimization.', 'wp-google-maps');
|
12 |
+
?>
|
13 |
+
</p>
|
14 |
+
</div>
|
15 |
+
|
16 |
<div id="wpgmza-gpdr-general-compliance">
|
17 |
|
18 |
<h2>
|
20 |
</h2>
|
21 |
|
22 |
<fieldset>
|
23 |
+
|
24 |
<label for="wpgmza_gdpr_require_consent_before_load">
|
25 |
<?php
|
26 |
_e('Require consent before loading Maps API', 'wp-google-maps');
|
includes/build.log
CHANGED
@@ -1,280 +1,280 @@
|
|
1 |
-
2019-03-
|
2 |
-
2019-03-
|
3 |
-
2019-03-
|
4 |
-
2019-03-
|
5 |
-
2019-03-
|
6 |
-
2019-03-
|
7 |
-
2019-03-
|
8 |
-
2019-03-
|
9 |
-
2019-03-
|
10 |
-
2019-03-
|
11 |
-
2019-03-
|
12 |
-
2019-03-
|
13 |
-
2019-03-
|
14 |
-
2019-03-
|
15 |
-
2019-03-
|
16 |
-
2019-03-
|
17 |
-
2019-03-
|
18 |
-
2019-03-
|
19 |
-
2019-03-
|
20 |
-
2019-03-
|
21 |
-
2019-03-
|
22 |
-
2019-03-
|
23 |
-
2019-03-
|
24 |
-
2019-03-
|
25 |
-
2019-03-
|
26 |
-
2019-03-
|
27 |
-
2019-03-
|
28 |
-
2019-03-
|
29 |
-
2019-03-
|
30 |
-
2019-03-
|
31 |
-
2019-03-
|
32 |
-
2019-03-
|
33 |
-
2019-03-
|
34 |
-
2019-03-
|
35 |
-
2019-03-
|
36 |
-
2019-03-
|
37 |
-
2019-03-
|
38 |
-
2019-03-
|
39 |
-
2019-03-
|
40 |
-
2019-03-
|
41 |
-
2019-03-
|
42 |
-
2019-03-
|
43 |
-
2019-03-
|
44 |
-
2019-03-
|
45 |
-
2019-03-
|
46 |
-
2019-03-
|
47 |
-
2019-03-
|
48 |
-
2019-03-
|
49 |
-
2019-03-
|
50 |
-
2019-03-
|
51 |
-
2019-03-
|
52 |
-
2019-03-
|
53 |
-
2019-03-
|
54 |
-
2019-03-
|
55 |
-
2019-03-
|
56 |
-
2019-03-
|
57 |
-
2019-03-
|
58 |
-
2019-03-
|
59 |
-
2019-03-
|
60 |
-
2019-03-
|
61 |
-
2019-03-
|
62 |
-
2019-03-
|
63 |
-
2019-03-
|
64 |
-
2019-03-
|
65 |
-
2019-03-
|
66 |
-
2019-03-
|
67 |
-
2019-03-
|
68 |
-
2019-03-
|
69 |
-
2019-03-
|
70 |
-
2019-03-
|
71 |
-
2019-03-
|
72 |
-
2019-03-
|
73 |
-
2019-03-
|
74 |
-
2019-03-
|
75 |
-
2019-03-
|
76 |
-
2019-03-
|
77 |
-
2019-03-
|
78 |
-
2019-03-
|
79 |
-
2019-03-
|
80 |
-
2019-03-
|
81 |
-
2019-03-
|
82 |
-
2019-03-
|
83 |
-
2019-03-
|
84 |
-
2019-03-
|
85 |
-
2019-03-
|
86 |
-
2019-03-
|
87 |
-
2019-03-
|
88 |
-
2019-03-
|
89 |
-
2019-03-
|
90 |
-
2019-03-
|
91 |
-
2019-03-
|
92 |
-
2019-03-
|
93 |
-
2019-03-
|
94 |
-
2019-03-
|
95 |
-
2019-03-
|
96 |
-
2019-03-
|
97 |
-
2019-03-
|
98 |
-
2019-03-
|
99 |
-
2019-03-
|
100 |
-
2019-03-
|
101 |
-
2019-03-
|
102 |
-
2019-03-
|
103 |
-
2019-03-
|
104 |
-
2019-03-
|
105 |
-
2019-03-
|
106 |
-
2019-03-
|
107 |
-
2019-03-
|
108 |
-
2019-03-
|
109 |
-
2019-03-
|
110 |
-
2019-03-
|
111 |
-
2019-03-
|
112 |
-
2019-03-
|
113 |
-
2019-03-
|
114 |
-
2019-03-
|
115 |
-
2019-03-
|
116 |
-
2019-03-
|
117 |
-
2019-03-
|
118 |
-
2019-03-
|
119 |
-
2019-03-
|
120 |
-
2019-03-
|
121 |
-
2019-03-
|
122 |
-
2019-03-
|
123 |
-
2019-03-
|
124 |
-
2019-03-
|
125 |
-
2019-03-
|
126 |
-
2019-03-
|
127 |
-
2019-03-
|
128 |
-
2019-03-
|
129 |
-
2019-03-
|
130 |
-
2019-03-
|
131 |
-
2019-03-
|
132 |
-
2019-03-
|
133 |
-
2019-03-
|
134 |
-
2019-03-
|
135 |
-
2019-03-
|
136 |
-
2019-03-
|
137 |
-
2019-03-
|
138 |
-
2019-03-
|
139 |
-
2019-03-
|
140 |
-
2019-03-
|
141 |
-
2019-03-
|
142 |
-
2019-03-
|
143 |
-
2019-03-
|
144 |
-
2019-03-
|
145 |
-
2019-03-
|
146 |
-
2019-03-
|
147 |
-
2019-03-
|
148 |
-
2019-03-
|
149 |
-
2019-03-
|
150 |
-
2019-03-
|
151 |
-
2019-03-
|
152 |
-
2019-03-
|
153 |
-
2019-03-
|
154 |
-
2019-03-
|
155 |
-
2019-03-
|
156 |
-
2019-03-
|
157 |
-
2019-03-
|
158 |
-
2019-03-
|
159 |
-
2019-03-
|
160 |
-
2019-03-
|
161 |
-
2019-03-
|
162 |
-
2019-03-
|
163 |
-
2019-03-
|
164 |
-
2019-03-
|
165 |
-
2019-03-
|
166 |
-
2019-03-
|
167 |
-
2019-03-
|
168 |
-
2019-03-
|
169 |
-
2019-03-
|
170 |
-
2019-03-
|
171 |
-
2019-03-
|
172 |
-
2019-03-
|
173 |
-
2019-03-
|
174 |
-
2019-03-
|
175 |
-
2019-03-
|
176 |
-
2019-03-
|
177 |
-
2019-03-
|
178 |
-
2019-03-
|
179 |
-
2019-03-
|
180 |
-
2019-03-
|
181 |
-
2019-03-
|
182 |
-
2019-03-
|
183 |
-
2019-03-
|
184 |
-
2019-03-
|
185 |
-
2019-03-
|
186 |
-
2019-03-
|
187 |
-
2019-03-
|
188 |
-
2019-03-
|
189 |
-
2019-03-
|
190 |
-
2019-03-
|
191 |
-
2019-03-
|
192 |
-
2019-03-
|
193 |
-
2019-03-
|
194 |
-
2019-03-
|
195 |
-
2019-03-
|
196 |
-
2019-03-
|
197 |
-
2019-03-
|
198 |
-
2019-03-
|
199 |
-
2019-03-
|
200 |
-
2019-03-
|
201 |
-
2019-03-
|
202 |
-
2019-03-
|
203 |
-
2019-03-
|
204 |
-
2019-03-
|
205 |
-
2019-03-
|
206 |
-
2019-03-
|
207 |
-
2019-03-
|
208 |
-
2019-03-
|
209 |
-
2019-03-
|
210 |
-
2019-03-
|
211 |
-
2019-03-
|
212 |
-
2019-03-
|
213 |
-
2019-03-
|
214 |
-
2019-03-
|
215 |
-
2019-03-
|
216 |
-
2019-03-
|
217 |
-
2019-03-
|
218 |
-
2019-03-
|
219 |
-
2019-03-
|
220 |
-
2019-03-
|
221 |
-
2019-03-
|
222 |
-
2019-03-
|
223 |
-
2019-03-
|
224 |
-
2019-03-
|
225 |
-
2019-03-
|
226 |
-
2019-03-
|
227 |
-
2019-03-
|
228 |
-
2019-03-
|
229 |
-
2019-03-
|
230 |
-
2019-03-
|
231 |
-
2019-03-
|
232 |
-
2019-03-
|
233 |
-
2019-03-
|
234 |
-
2019-03-
|
235 |
-
2019-03-
|
236 |
-
2019-03-
|
237 |
-
2019-03-
|
238 |
-
2019-03-
|
239 |
-
2019-03-
|
240 |
-
2019-03-
|
241 |
-
2019-03-
|
242 |
-
2019-03-
|
243 |
-
2019-03-
|
244 |
-
2019-03-
|
245 |
-
2019-03-
|
246 |
-
2019-03-
|
247 |
-
2019-03-
|
248 |
-
2019-03-
|
249 |
-
2019-03-
|
250 |
-
2019-03-
|
251 |
-
2019-03-
|
252 |
-
2019-03-
|
253 |
-
2019-03-
|
254 |
-
2019-03-
|
255 |
-
2019-03-
|
256 |
-
2019-03-
|
257 |
-
2019-03-
|
258 |
-
2019-03-
|
259 |
-
2019-03-
|
260 |
-
2019-03-
|
261 |
-
2019-03-
|
262 |
-
2019-03-
|
263 |
-
2019-03-
|
264 |
-
2019-03-
|
265 |
-
2019-03-
|
266 |
-
2019-03-
|
267 |
-
2019-03-
|
268 |
-
2019-03-
|
269 |
-
2019-03-
|
270 |
-
2019-03-
|
271 |
-
2019-03-
|
272 |
-
2019-03-
|
273 |
-
2019-03-
|
274 |
-
2019-03-
|
275 |
-
2019-03-
|
276 |
-
2019-03-
|
277 |
-
2019-03-
|
278 |
-
2019-03-
|
279 |
-
2019-03-
|
280 |
-
2019-03-
|
1 |
+
2019-03-25 07:16:00 :- Scanning dependencies
|
2 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/circle.js
|
3 |
+
2019-03-25 07:16:00 :- Found wpgmza-circle
|
4 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-map-object
|
5 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/compatibility.js
|
6 |
+
2019-03-25 07:16:00 :- Found wpgmza-compatibility
|
7 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
8 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/core.js
|
9 |
+
2019-03-25 07:16:00 :- Found wpgmza
|
10 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/css-escape.js
|
11 |
+
2019-03-25 07:16:00 :- Found wpgmza-css
|
12 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
13 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/distance.js
|
14 |
+
2019-03-25 07:16:00 :- Found wpgmza-distance
|
15 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
16 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/event-dispatcher.js
|
17 |
+
2019-03-25 07:16:00 :- Found wpgmza-event-dispatcher
|
18 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
19 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/event.js
|
20 |
+
2019-03-25 07:16:00 :- Found wpgmza-event
|
21 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
22 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/friendly-error.js
|
23 |
+
2019-03-25 07:16:00 :- Found wpgmza-friendly-error
|
24 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
25 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/geocoder.js
|
26 |
+
2019-03-25 07:16:00 :- Found wpgmza-geocoder
|
27 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
28 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-api-error-handler.js
|
29 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-api-error-handler
|
30 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
31 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/info-window.js
|
32 |
+
2019-03-25 07:16:00 :- Found wpgmza-info-window
|
33 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-event-dispatcher
|
34 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/latlng.js
|
35 |
+
2019-03-25 07:16:00 :- Found wpgmza-lat-lng
|
36 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
37 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/latlngbounds.js
|
38 |
+
2019-03-25 07:16:00 :- Found wpgmza-lat-lng-bounds
|
39 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
40 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/map-object.js
|
41 |
+
2019-03-25 07:16:00 :- Found wpgmza-map-object
|
42 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-event-dispatcher
|
43 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/map-settings-page.js
|
44 |
+
2019-03-25 07:16:00 :- Found wpgmza-map-settings-page
|
45 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
46 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/map-settings.js
|
47 |
+
2019-03-25 07:16:00 :- Found wpgmza-map-settings
|
48 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
49 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/map.js
|
50 |
+
2019-03-25 07:16:00 :- Found wpgmza-map
|
51 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-event-dispatcher
|
52 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/maps-engine-dialog.js
|
53 |
+
2019-03-25 07:16:00 :- Found wpgmza-maps-engine-dialog
|
54 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
55 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/marker-filter.js
|
56 |
+
2019-03-25 07:16:00 :- Found wpgmza-marker-filter
|
57 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-event-dispatcher
|
58 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/marker.js
|
59 |
+
2019-03-25 07:16:00 :- Found wpgmza-marker
|
60 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
61 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/modern-store-locator-circle.js
|
62 |
+
2019-03-25 07:16:00 :- Found wpgmza-modern-store-locator-circle
|
63 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
64 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/modern-store-locator.js
|
65 |
+
2019-03-25 07:16:00 :- Found wpgmza-modern-store-locator
|
66 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
67 |
+
2019-03-25 07:16:00 :- Adding Pro dependency wpgmza-use-my-location-button
|
68 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/native-maps-icon.js
|
69 |
+
2019-03-25 07:16:00 :- Found wpgmza-native-maps-app-icon
|
70 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
71 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/polygon.js
|
72 |
+
2019-03-25 07:16:00 :- Found wpgmza-polygon
|
73 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-map-object
|
74 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/polyline.js
|
75 |
+
2019-03-25 07:16:00 :- Found wpgmza-polyline
|
76 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-map-object
|
77 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/popout-panel.js
|
78 |
+
2019-03-25 07:16:00 :- Found wpgmza-popout-panel
|
79 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
80 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/rest-api.js
|
81 |
+
2019-03-25 07:16:00 :- Found wpgmza-wpgmza-rest-api
|
82 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
83 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/store-locator.js
|
84 |
+
2019-03-25 07:16:00 :- Found wpgmza-store-locator
|
85 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-event-dispatcher
|
86 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/text.js
|
87 |
+
2019-03-25 07:16:00 :- Found wpgmza-text
|
88 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
89 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/v7-custom-script.js
|
90 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/version.js
|
91 |
+
2019-03-25 07:16:00 :- Found wpgmza-version
|
92 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
93 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/3rd-party-integration/integration.js
|
94 |
+
2019-03-25 07:16:00 :- Found wpgmza-integration
|
95 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
96 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/3rd-party-integration/gutenberg/dist/gutenberg.js
|
97 |
+
2019-03-25 07:16:00 :- Found wpgmza-gutenberg
|
98 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-integration
|
99 |
+
2019-03-25 07:16:00 :- Adding dependency wp-i18n
|
100 |
+
2019-03-25 07:16:00 :- Adding dependency wp-blocks
|
101 |
+
2019-03-25 07:16:00 :- Adding dependency wp-editor
|
102 |
+
2019-03-25 07:16:00 :- Adding dependency wp-components
|
103 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/compatibility/google-ui-compatibility.js
|
104 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-ui-compatibility
|
105 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
106 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-circle.js
|
107 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-circle
|
108 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-circle
|
109 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-geocoder.js
|
110 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-geocoder
|
111 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-geocoder
|
112 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-html-overlay.js
|
113 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-html-overlay
|
114 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
115 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-info-window.js
|
116 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-info-window
|
117 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-info-window
|
118 |
+
2019-03-25 07:16:00 :- Adding Pro dependency wpgmza-pro-info-window
|
119 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-map.js
|
120 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-map
|
121 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-map
|
122 |
+
2019-03-25 07:16:00 :- Adding Pro dependency wpgmza-pro-map
|
123 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-marker.js
|
124 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-marker
|
125 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-marker
|
126 |
+
2019-03-25 07:16:00 :- Adding Pro dependency wpgmza-pro-marker
|
127 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-modern-store-locator-circle.js
|
128 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-modern-store-locator-circle
|
129 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-modern-store-locator-circle
|
130 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-modern-store-locator.js
|
131 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-modern-store-locator
|
132 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-modern-store-locator
|
133 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-polygon.js
|
134 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-polygon
|
135 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-polygon
|
136 |
+
2019-03-25 07:16:00 :- Adding Pro dependency wpgmza-pro-polygon
|
137 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-polyline.js
|
138 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-polyline
|
139 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-polyline
|
140 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-text-overlay.js
|
141 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-text-overlay
|
142 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-text
|
143 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-text.js
|
144 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-text
|
145 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-text
|
146 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/google-maps/google-vertex-context-menu.js
|
147 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-vertex-context-menu
|
148 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza_api_call
|
149 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-circle.js
|
150 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-circle
|
151 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-circle
|
152 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-geocoder.js
|
153 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-geocoder
|
154 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-geocoder
|
155 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-info-window.js
|
156 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-info-window
|
157 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-info-window
|
158 |
+
2019-03-25 07:16:00 :- Adding Pro dependency wpgmza-pro-info-window
|
159 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-map.js
|
160 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-map
|
161 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-map
|
162 |
+
2019-03-25 07:16:00 :- Adding Pro dependency wpgmza-pro-map
|
163 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-marker.js
|
164 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-marker
|
165 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-marker
|
166 |
+
2019-03-25 07:16:00 :- Adding Pro dependency wpgmza-pro-marker
|
167 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-modern-store-locator-circle.js
|
168 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-modern-store-locator-circle
|
169 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-modern-store-locator-circle
|
170 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-modern-store-locator.js
|
171 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-modern-store-locator
|
172 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-modern-store-locator
|
173 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-polygon.js
|
174 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-polygon
|
175 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-polygon
|
176 |
+
2019-03-25 07:16:00 :- Adding Pro dependency wpgmza-pro-polygon
|
177 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-polyline.js
|
178 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-polyline
|
179 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-polyline
|
180 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/open-layers/ol-text.js
|
181 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-text
|
182 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-text
|
183 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/tables/admin-marker-datatable.js
|
184 |
+
2019-03-25 07:16:00 :- Found wpgmza-admin-marker-data-table
|
185 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-data-table
|
186 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps/js/v8/tables/datatable.js
|
187 |
+
2019-03-25 07:16:00 :- Found wpgmza-data-table
|
188 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
189 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/content-editor-map-button.js
|
190 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/custom-field-filter-controller.js
|
191 |
+
2019-03-25 07:16:00 :- Found wpgmza-custom-field-filter-controller
|
192 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
193 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/custom-field-filter-widget.js
|
194 |
+
2019-03-25 07:16:00 :- Found wpgmza-custom-field-filter-widget
|
195 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
196 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/heatmap.js
|
197 |
+
2019-03-25 07:16:00 :- Found wpgmza-heatmap
|
198 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-map-object
|
199 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/modern-directions-box.js
|
200 |
+
2019-03-25 07:16:00 :- Found wpgmza-modern-directions-box
|
201 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-popout-panel
|
202 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/modern-directions-result-box.js
|
203 |
+
2019-03-25 07:16:00 :- Found wpgmza-modern-directions-result-box
|
204 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-popout-panel
|
205 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/modern-marker-listing-marker-view.js
|
206 |
+
2019-03-25 07:16:00 :- Found wpgmza-modern-marker-listing-marker-view
|
207 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-popout-panel
|
208 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/pro-info-window.js
|
209 |
+
2019-03-25 07:16:00 :- Found wpgmza-pro-info-window
|
210 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-info-window
|
211 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/pro-map.js
|
212 |
+
2019-03-25 07:16:00 :- Found wpgmza-pro-map
|
213 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-map
|
214 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/pro-marker-filter.js
|
215 |
+
2019-03-25 07:16:00 :- Found wpgmza-pro-marker-filter
|
216 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-marker-filter
|
217 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/pro-marker.js
|
218 |
+
2019-03-25 07:16:00 :- Found wpgmza-pro-marker
|
219 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-marker
|
220 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/pro-polygon.js
|
221 |
+
2019-03-25 07:16:00 :- Found wpgmza-pro-polygon
|
222 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-polygon
|
223 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/pro-store-locator.js
|
224 |
+
2019-03-25 07:16:00 :- Found wpgmza-pro-store-locator
|
225 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-store-locator
|
226 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/use-my-location-button.js
|
227 |
+
2019-03-25 07:16:00 :- Found wpgmza-use-my-location-button
|
228 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-event-dispatcher
|
229 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/xml-cache-converter.js
|
230 |
+
2019-03-25 07:16:00 :- Found wpgmza-xml-cache-converter
|
231 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
232 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/3rd-party-integration/gutenberg/dist/pro-gutenberg.js
|
233 |
+
2019-03-25 07:16:00 :- Found wpgmza-pro-gutenberg
|
234 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-gutenberg
|
235 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-heatmap.js
|
236 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-heatmap
|
237 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-heatmap
|
238 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-pro-info-window.js
|
239 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-pro-info-window
|
240 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-google-info-window
|
241 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-pro-map.js
|
242 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-pro-map
|
243 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-google-map
|
244 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-pro-marker.js
|
245 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-pro-marker
|
246 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-google-marker
|
247 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/google-maps/google-pro-polygon.js
|
248 |
+
2019-03-25 07:16:00 :- Found wpgmza-google-pro-polygon
|
249 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-google-polygon
|
250 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/marker-listings/advanced-table-datatable.js
|
251 |
+
2019-03-25 07:16:00 :- Found wpgmza-advanced-table-data-table
|
252 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-data-table
|
253 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/marker-listings/advanced-table-marker-listing.js
|
254 |
+
2019-03-25 07:16:00 :- Found wpgmza-advanced-table-marker-listing
|
255 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-marker-listing
|
256 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/marker-listings/carousel-marker-listing.js
|
257 |
+
2019-03-25 07:16:00 :- Found wpgmza-carousel-marker-listing
|
258 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-marker-listing
|
259 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/marker-listings/marker-listing.js
|
260 |
+
2019-03-25 07:16:00 :- Found wpgmza-marker-listing
|
261 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza
|
262 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/marker-listings/modern-marker-listing.js
|
263 |
+
2019-03-25 07:16:00 :- Found wpgmza-modern-marker-listing
|
264 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-marker-listing
|
265 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-popout-panel
|
266 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-heatmap.js
|
267 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-heatmap
|
268 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-heatmap
|
269 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-pro-info-window.js
|
270 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-pro-info-window
|
271 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-ol-info-window
|
272 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-pro-map.js
|
273 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-pro-map
|
274 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-ol-map
|
275 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-pro-marker.js
|
276 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-pro-marker
|
277 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-ol-marker
|
278 |
+
2019-03-25 07:16:00 :- Reading E:\Programming\Code Cabin\htdocs-7.11.00\wp-content\plugins\wp-google-maps-pro/js/v8/open-layers/ol-pro-polygon.js
|
279 |
+
2019-03-25 07:16:00 :- Found wpgmza-ol-pro-polygon
|
280 |
+
2019-03-25 07:16:00 :- Adding dependency wpgmza-ol-polygon
|
includes/class.distance.php
CHANGED
@@ -9,4 +9,31 @@ class Distance
|
|
9 |
|
10 |
const MILES_PER_KILOMETER = 0.621371;
|
11 |
const KILOMETERS_PER_MILE = 1.60934;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
}
|
9 |
|
10 |
const MILES_PER_KILOMETER = 0.621371;
|
11 |
const KILOMETERS_PER_MILE = 1.60934;
|
12 |
+
|
13 |
+
public static function between($a, $b)
|
14 |
+
{
|
15 |
+
if(!($a instanceof LatLng))
|
16 |
+
throw new \Exception('First argument is not an instance of WPGMZA\LatLng');
|
17 |
+
|
18 |
+
if(!($b instanceof LatLng))
|
19 |
+
throw new \Exception('Second argument is not an instance of WPGMZA\LatLng');
|
20 |
+
|
21 |
+
$lat1 = $a->lat;
|
22 |
+
$lon1 = $a->lng;
|
23 |
+
$lat2 = $b->lat;
|
24 |
+
$lon2 = $b->lng;
|
25 |
+
|
26 |
+
$dLat = deg2rad($lat2 - $lat1);
|
27 |
+
$dLon = deg2rad($lon2 - $lon1);
|
28 |
+
|
29 |
+
$a =
|
30 |
+
sin($dLat / 2) * sin($dLat / 2) +
|
31 |
+
cos(deg2rad($lat1)) * cos(deg2rad($lat2)) *
|
32 |
+
sin($dLon / 2) * sin($dLon / 2);
|
33 |
+
|
34 |
+
$c = 2 * atan2(sqrt($a), sqrt(1 - $a));
|
35 |
+
$d = 6371 * $c;
|
36 |
+
|
37 |
+
return $d;
|
38 |
+
}
|
39 |
}
|
includes/class.gdpr-compliance.php
CHANGED
@@ -156,6 +156,9 @@ class GDPRCompliance
|
|
156 |
{
|
157 |
global $wpgmza;
|
158 |
|
|
|
|
|
|
|
159 |
if(!empty($wpgmza->settings->privacy_policy_notice_dismissed))
|
160 |
return '';
|
161 |
|
156 |
{
|
157 |
global $wpgmza;
|
158 |
|
159 |
+
// Dropped in 7.11.*
|
160 |
+
return '';
|
161 |
+
|
162 |
if(!empty($wpgmza->settings->privacy_policy_notice_dismissed))
|
163 |
return '';
|
164 |
|
includes/class.marker.php
CHANGED
@@ -140,6 +140,11 @@ class Marker extends Crud implements \JsonSerializable
|
|
140 |
break;
|
141 |
}
|
142 |
}
|
|
|
|
|
|
|
|
|
|
|
143 |
}
|
144 |
|
145 |
// DEPRECATED: This will be handed over to the factory class
|
140 |
break;
|
141 |
}
|
142 |
}
|
143 |
+
|
144 |
+
public function getPosition()
|
145 |
+
{
|
146 |
+
return new LatLng($this->lat, $this->lng);
|
147 |
+
}
|
148 |
}
|
149 |
|
150 |
// DEPRECATED: This will be handed over to the factory class
|
includes/class.plugin.php
CHANGED
@@ -184,7 +184,7 @@ class Plugin extends Factory
|
|
184 |
'googleMapsAPIErrorDialog' => $googleMapsAPIErrorDialogHTML
|
185 |
),
|
186 |
|
187 |
-
'resturl' => get_rest_url(null, 'wpgmza/v1'),
|
188 |
'restnonce' => wp_create_nonce('wp_rest'),
|
189 |
|
190 |
'settings' => $settings,
|
@@ -255,7 +255,7 @@ class Plugin extends Factory
|
|
255 |
*/
|
256 |
public function isUsingMinifiedScripts()
|
257 |
{
|
258 |
-
return
|
259 |
}
|
260 |
|
261 |
/**
|
184 |
'googleMapsAPIErrorDialog' => $googleMapsAPIErrorDialogHTML
|
185 |
),
|
186 |
|
187 |
+
'resturl' => preg_replace('#/$#', '', get_rest_url(null, 'wpgmza/v1')),
|
188 |
'restnonce' => wp_create_nonce('wp_rest'),
|
189 |
|
190 |
'settings' => $settings,
|
255 |
*/
|
256 |
public function isUsingMinifiedScripts()
|
257 |
{
|
258 |
+
return $this->isInDeveloperMode();
|
259 |
}
|
260 |
|
261 |
/**
|
includes/class.rest-api.php
CHANGED
@@ -39,6 +39,11 @@ class RestAPI extends Factory
|
|
39 |
*/
|
40 |
public function onRestAPIInit()
|
41 |
{
|
|
|
|
|
|
|
|
|
|
|
42 |
register_rest_route(RestAPI::NS, '/markers(\/\d+)?/', array(
|
43 |
'methods' => 'GET',
|
44 |
'callback' => array($this, 'markers')
|
@@ -58,6 +63,42 @@ class RestAPI extends Factory
|
|
58 |
));
|
59 |
}
|
60 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
/**
|
62 |
* Callback for the /markers REST API route.
|
63 |
* @param \WP_REST_Request The REST request.
|
39 |
*/
|
40 |
public function onRestAPIInit()
|
41 |
{
|
42 |
+
register_rest_route(RestAPI::NS, '/maps(\/\d+)?/', array(
|
43 |
+
'methods' => 'GET',
|
44 |
+
'callback' => array($this, 'maps')
|
45 |
+
));
|
46 |
+
|
47 |
register_rest_route(RestAPI::NS, '/markers(\/\d+)?/', array(
|
48 |
'methods' => 'GET',
|
49 |
'callback' => array($this, 'markers')
|
63 |
));
|
64 |
}
|
65 |
|
66 |
+
public function maps($request)
|
67 |
+
{
|
68 |
+
global $wpdb;
|
69 |
+
global $WPGMZA_TABLE_NAME_MAPS;
|
70 |
+
|
71 |
+
$route = $request->get_route();
|
72 |
+
|
73 |
+
switch($_SERVER['REQUEST_METHOD'])
|
74 |
+
{
|
75 |
+
case 'GET':
|
76 |
+
if(preg_match('#/wpgmza/v1/markers/(\d+)#', $route, $m))
|
77 |
+
{
|
78 |
+
$map = Map::createInstance($m[1]);
|
79 |
+
return $map;
|
80 |
+
}
|
81 |
+
|
82 |
+
$ids = $wpdb->get_col("SELECT id FROM $WPGMZA_TABLE_NAME_MAPS WHERE active=0");
|
83 |
+
|
84 |
+
$result = array();
|
85 |
+
|
86 |
+
if(empty($ids))
|
87 |
+
return $result;
|
88 |
+
|
89 |
+
foreach($ids as $id)
|
90 |
+
$result[] = Map::createInstance($id);
|
91 |
+
|
92 |
+
return $result;
|
93 |
+
|
94 |
+
break;
|
95 |
+
|
96 |
+
default:
|
97 |
+
return new \WP_Error('wpgmza_invalid_request_method', 'Invalid request method');
|
98 |
+
break;
|
99 |
+
}
|
100 |
+
}
|
101 |
+
|
102 |
/**
|
103 |
* Callback for the /markers REST API route.
|
104 |
* @param \WP_REST_Request The REST request.
|
includes/class.script-loader.php
CHANGED
@@ -16,6 +16,7 @@ require_once(plugin_dir_path(__FILE__) . 'open-layers/class.ol-loader.php');
|
|
16 |
class ScriptLoader
|
17 |
{
|
18 |
private static $dependencyErrorDisplayed = false;
|
|
|
19 |
|
20 |
private $proMode = false;
|
21 |
private $logStarted = false;
|
@@ -398,7 +399,37 @@ class ScriptLoader
|
|
398 |
return; // No changes, leave the file alone. Updating the file would cause the combined script to be newer than the minified script
|
399 |
|
400 |
if(empty($combined))
|
401 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
402 |
|
403 |
file_put_contents($dest, $combined);
|
404 |
}
|
@@ -437,7 +468,7 @@ class ScriptLoader
|
|
437 |
{
|
438 |
global $wpgmza;
|
439 |
|
440 |
-
if(
|
441 |
{
|
442 |
$dir = ($this->proMode ? plugin_dir_path(WPGMZA_PRO_FILE) : plugin_dir_path(__DIR__));
|
443 |
|
16 |
class ScriptLoader
|
17 |
{
|
18 |
private static $dependencyErrorDisplayed = false;
|
19 |
+
private static $combinedFileBlankErrorDisplayed = false;
|
20 |
|
21 |
private $proMode = false;
|
22 |
private $logStarted = false;
|
399 |
return; // No changes, leave the file alone. Updating the file would cause the combined script to be newer than the minified script
|
400 |
|
401 |
if(empty($combined))
|
402 |
+
{
|
403 |
+
if(function_exists('add_action'))
|
404 |
+
{
|
405 |
+
if(!ScriptLoader::$combinedFileBlankErrorDisplayed)
|
406 |
+
{
|
407 |
+
add_action('admin_notices', function() {
|
408 |
+
?>
|
409 |
+
<div class='notice notice-error'>
|
410 |
+
<?php
|
411 |
+
_e("
|
412 |
+
<p>
|
413 |
+
<strong>WP Google Maps:</strong> Failed to build combined script file, the resulting file would be blank.
|
414 |
+
</p>
|
415 |
+
<p>
|
416 |
+
<strong>Developers:</strong> Please check that the file is writable and that all script dependencies are resolved.
|
417 |
+
</p>
|
418 |
+
<p>
|
419 |
+
<strong>Users:</strong> Please disable \"Developer Mode\" in Maps → Settings → Advanced.
|
420 |
+
</p>
|
421 |
+
");
|
422 |
+
?>
|
423 |
+
</div>
|
424 |
+
<?php
|
425 |
+
});
|
426 |
+
|
427 |
+
ScriptLoader::$combinedFileBlankErrorDisplayed = true;
|
428 |
+
}
|
429 |
+
}
|
430 |
+
else
|
431 |
+
throw new \Exception('Combined file would be blank.');
|
432 |
+
}
|
433 |
|
434 |
file_put_contents($dest, $combined);
|
435 |
}
|
468 |
{
|
469 |
global $wpgmza;
|
470 |
|
471 |
+
if(!$wpgmza->isInDeveloperMode())
|
472 |
{
|
473 |
$dir = ($this->proMode ? plugin_dir_path(WPGMZA_PRO_FILE) : plugin_dir_path(__DIR__));
|
474 |
|
includes/class.strings.php
CHANGED
@@ -26,7 +26,7 @@ class Strings
|
|
26 |
'verify_project' => __('Verify Project', 'wp-google-maps'),
|
27 |
|
28 |
'failed_to_get_address' => __('Failed to get address', 'wp-google-maps'),
|
29 |
-
'failed_to_create_marker' => __('Failed to create marker %d - this marker
|
30 |
|
31 |
'my_location' => __('My Location', 'wp-google-maps'),
|
32 |
|
26 |
'verify_project' => __('Verify Project', 'wp-google-maps'),
|
27 |
|
28 |
'failed_to_get_address' => __('Failed to get address', 'wp-google-maps'),
|
29 |
+
'failed_to_create_marker' => __('Failed to create marker %d - this marker cannot be placed on the map.', 'wp-google-maps'),
|
30 |
|
31 |
'my_location' => __('My Location', 'wp-google-maps'),
|
32 |
|
includes/tables/class.ajax-table.php
CHANGED
@@ -125,7 +125,7 @@ class AjaxTable extends Table
|
|
125 |
$query_params[] = $input_params['map_id'];
|
126 |
}
|
127 |
|
128 |
-
if(is_admin() || (preg_match('/page=wp-google-maps-menu/', $_SERVER['HTTP_REFERER']) && current_user_can('administrator')))
|
129 |
{
|
130 |
$clauses['approved'] = 'approved=%d';
|
131 |
$query_params[] = 1;
|
125 |
$query_params[] = $input_params['map_id'];
|
126 |
}
|
127 |
|
128 |
+
if(!(is_admin() || (preg_match('/page=wp-google-maps-menu/', $_SERVER['HTTP_REFERER']) && current_user_can('administrator'))))
|
129 |
{
|
130 |
$clauses['approved'] = 'approved=%d';
|
131 |
$query_params[] = 1;
|
js/v8/3rd-party-integration/gutenberg/dist/gutenberg.js
CHANGED
@@ -15,7 +15,7 @@
|
|
15 |
*/
|
16 |
jQuery(function ($) {
|
17 |
|
18 |
-
if (!window.wp || !wp.i18n || !wp.blocks || !wp.editor) return;
|
19 |
|
20 |
var __ = wp.i18n.__;
|
21 |
var registerBlockType = wp.blocks.registerBlockType;
|
15 |
*/
|
16 |
jQuery(function ($) {
|
17 |
|
18 |
+
if (!window.wp || !wp.i18n || !wp.blocks || !wp.editor || !wp.components) return;
|
19 |
|
20 |
var __ = wp.i18n.__;
|
21 |
var registerBlockType = wp.blocks.registerBlockType;
|
js/v8/3rd-party-integration/gutenberg/src/gutenberg.jsx
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
*/
|
14 |
jQuery(function($) {
|
15 |
|
16 |
-
if(!window.wp || !wp.i18n || !wp.blocks || !wp.editor)
|
17 |
return;
|
18 |
|
19 |
const { __ } = wp.i18n;
|
13 |
*/
|
14 |
jQuery(function($) {
|
15 |
|
16 |
+
if(!window.wp || !wp.i18n || !wp.blocks || !wp.editor || !wp.components)
|
17 |
return;
|
18 |
|
19 |
const { __ } = wp.i18n;
|
js/v8/core.js
CHANGED
@@ -542,6 +542,7 @@ jQuery(function($) {
|
|
542 |
return m[1];
|
543 |
|
544 |
}
|
|
|
545 |
};
|
546 |
|
547 |
if(window.WPGMZA)
|
542 |
return m[1];
|
543 |
|
544 |
}
|
545 |
+
|
546 |
};
|
547 |
|
548 |
if(window.WPGMZA)
|
js/v8/google-maps/google-circle.js
CHANGED
@@ -57,4 +57,23 @@ jQuery(function($) {
|
|
57 |
WPGMZA.GoogleCircle.prototype = Object.create(WPGMZA.Circle.prototype);
|
58 |
WPGMZA.GoogleCircle.prototype.constructor = WPGMZA.GoogleCircle;
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
});
|
57 |
WPGMZA.GoogleCircle.prototype = Object.create(WPGMZA.Circle.prototype);
|
58 |
WPGMZA.GoogleCircle.prototype.constructor = WPGMZA.GoogleCircle;
|
59 |
|
60 |
+
WPGMZA.GoogleCircle.prototype.setCenter = function(center)
|
61 |
+
{
|
62 |
+
WPGMZA.Circle.prototype.setCenter.apply(this, arguments);
|
63 |
+
|
64 |
+
this.googleCircle.setCenter(center);
|
65 |
+
}
|
66 |
+
|
67 |
+
WPGMZA.GoogleCircle.prototype.setRadius = function(radius)
|
68 |
+
{
|
69 |
+
WPGMZA.Circle.prototype.setRadius.apply(this, arguments);
|
70 |
+
|
71 |
+
this.googleCircle.setRadius(parseFloat(radius) * 1000);
|
72 |
+
}
|
73 |
+
|
74 |
+
WPGMZA.GoogleCircle.prototype.setVisible = function(visible)
|
75 |
+
{
|
76 |
+
this.googleCircle.setVisible(visible ? true : false);
|
77 |
+
}
|
78 |
+
|
79 |
});
|
js/v8/google-maps/google-marker.js
CHANGED
@@ -181,4 +181,9 @@ jQuery(function($) {
|
|
181 |
this.googleMarker.setDraggable(draggable);
|
182 |
}
|
183 |
|
|
|
|
|
|
|
|
|
|
|
184 |
});
|
181 |
this.googleMarker.setDraggable(draggable);
|
182 |
}
|
183 |
|
184 |
+
WPGMZA.GoogleMarker.prototype.setOpacity = function(opacity)
|
185 |
+
{
|
186 |
+
this.googleMarker.setOpacity(opacity);
|
187 |
+
}
|
188 |
+
|
189 |
});
|
js/v8/marker.js
CHANGED
@@ -384,6 +384,11 @@ jQuery(function($) {
|
|
384 |
|
385 |
}
|
386 |
|
|
|
|
|
|
|
|
|
|
|
387 |
/**
|
388 |
* Centers the map this marker belongs to on this marker
|
389 |
* @method
|
384 |
|
385 |
}
|
386 |
|
387 |
+
WPGMZA.Marker.prototype.setOpacity = function(opacity)
|
388 |
+
{
|
389 |
+
|
390 |
+
}
|
391 |
+
|
392 |
/**
|
393 |
* Centers the map this marker belongs to on this marker
|
394 |
* @method
|
js/v8/open-layers/ol-circle.js
CHANGED
@@ -29,39 +29,47 @@ jQuery(function($) {
|
|
29 |
|
30 |
this.olStyle = new ol.style.Style(this.getStyleFromSettings());
|
31 |
|
32 |
-
|
33 |
-
var vectorLayer3857 = new ol.layer.Vector({
|
34 |
source: new ol.source.Vector(),
|
35 |
style: this.olStyle
|
36 |
});
|
37 |
|
38 |
if(olFeature)
|
39 |
-
{
|
40 |
this.olFeature = olFeature;
|
41 |
-
}
|
42 |
else
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
{
|
44 |
-
|
45 |
-
|
46 |
-
var x, y;
|
47 |
-
|
48 |
-
x = this.center.lng;
|
49 |
-
y = this.center.lat;
|
50 |
-
|
51 |
-
var circle4326 = ol.geom.Polygon.circular(wgs84Sphere, [x, y], radius, 64);
|
52 |
-
var circle3857 = circle4326.clone().transform('EPSG:4326', 'EPSG:3857');
|
53 |
-
|
54 |
-
vectorLayer3857.getSource().addFeature(new ol.Feature(circle3857));
|
55 |
}
|
56 |
|
57 |
-
this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
58 |
|
59 |
-
|
|
|
|
|
60 |
}
|
61 |
|
62 |
-
WPGMZA.OLCircle.prototype = Object.create(Parent.prototype);
|
63 |
-
WPGMZA.OLCircle.prototype.constructor = WPGMZA.OLCircle;
|
64 |
-
|
65 |
WPGMZA.OLCircle.prototype.getStyleFromSettings = function()
|
66 |
{
|
67 |
var params = {};
|
@@ -87,4 +95,23 @@ jQuery(function($) {
|
|
87 |
this.layer.setStyle(this.olStyle);
|
88 |
}
|
89 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
});
|
29 |
|
30 |
this.olStyle = new ol.style.Style(this.getStyleFromSettings());
|
31 |
|
32 |
+
this.vectorLayer3857 = this.layer = new ol.layer.Vector({
|
|
|
33 |
source: new ol.source.Vector(),
|
34 |
style: this.olStyle
|
35 |
});
|
36 |
|
37 |
if(olFeature)
|
|
|
38 |
this.olFeature = olFeature;
|
|
|
39 |
else
|
40 |
+
this.recreate();
|
41 |
+
}
|
42 |
+
|
43 |
+
WPGMZA.OLCircle.prototype = Object.create(Parent.prototype);
|
44 |
+
WPGMZA.OLCircle.prototype.constructor = WPGMZA.OLCircle;
|
45 |
+
|
46 |
+
WPGMZA.OLCircle.prototype.recreate = function()
|
47 |
+
{
|
48 |
+
if(this.olFeature)
|
49 |
{
|
50 |
+
this.layer.getSource().removeFeature(this.olFeature);
|
51 |
+
delete this.olFeature;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
52 |
}
|
53 |
|
54 |
+
if(!this.center || !this.radius)
|
55 |
+
return;
|
56 |
+
|
57 |
+
// IMPORTANT: Please note that due to what appears to be a bug in OpenLayers, the following code MUST be exected specifically in this order, or the circle won't appear
|
58 |
+
var wgs84Sphere = new ol.Sphere(6378137);
|
59 |
+
var radius = parseFloat(this.radius) * 1000;
|
60 |
+
var x, y;
|
61 |
+
|
62 |
+
x = this.center.lng;
|
63 |
+
y = this.center.lat;
|
64 |
+
|
65 |
+
var circle4326 = ol.geom.Polygon.circular(wgs84Sphere, [x, y], radius, 64);
|
66 |
+
var circle3857 = circle4326.clone().transform('EPSG:4326', 'EPSG:3857');
|
67 |
|
68 |
+
this.olFeature = new ol.Feature(circle3857);
|
69 |
+
|
70 |
+
this.layer.getSource().addFeature(this.olFeature);
|
71 |
}
|
72 |
|
|
|
|
|
|
|
73 |
WPGMZA.OLCircle.prototype.getStyleFromSettings = function()
|
74 |
{
|
75 |
var params = {};
|
95 |
this.layer.setStyle(this.olStyle);
|
96 |
}
|
97 |
|
98 |
+
WPGMZA.OLCircle.prototype.setVisible = function(visible)
|
99 |
+
{
|
100 |
+
this.layer.setVisible(visible ? true : false);
|
101 |
+
}
|
102 |
+
|
103 |
+
WPGMZA.OLCircle.prototype.setCenter = function(center)
|
104 |
+
{
|
105 |
+
WPGMZA.Circle.prototype.setCenter.apply(this, arguments);
|
106 |
+
|
107 |
+
this.recreate();
|
108 |
+
}
|
109 |
+
|
110 |
+
WPGMZA.OLCircle.prototype.setRadius = function(radius)
|
111 |
+
{
|
112 |
+
WPGMZA.Circle.prototype.setRadius.apply(this, arguments);
|
113 |
+
|
114 |
+
this.recreate();
|
115 |
+
}
|
116 |
+
|
117 |
});
|
js/v8/open-layers/ol-marker.js
CHANGED
@@ -164,6 +164,11 @@ jQuery(function($) {
|
|
164 |
$(this.element).draggable({disabled: true});
|
165 |
}
|
166 |
|
|
|
|
|
|
|
|
|
|
|
167 |
WPGMZA.OLMarker.prototype.onDragStart = function(event)
|
168 |
{
|
169 |
this.isBeingDragged = true;
|
164 |
$(this.element).draggable({disabled: true});
|
165 |
}
|
166 |
|
167 |
+
WPGMZA.OLMarker.prototype.setOpacity = function(opacity)
|
168 |
+
{
|
169 |
+
$(this.element).css({opacity: opacity});
|
170 |
+
}
|
171 |
+
|
172 |
WPGMZA.OLMarker.prototype.onDragStart = function(event)
|
173 |
{
|
174 |
this.isBeingDragged = true;
|
js/v8/rest-api.js
CHANGED
@@ -48,6 +48,11 @@ jQuery(function($) {
|
|
48 |
xhr.setRequestHeader('X-WP-Nonce', WPGMZA.restnonce);
|
49 |
};
|
50 |
|
|
|
|
|
|
|
|
|
|
|
51 |
return $.ajax(WPGMZA.RestAPI.URL + route, params);
|
52 |
}
|
53 |
|
48 |
xhr.setRequestHeader('X-WP-Nonce', WPGMZA.restnonce);
|
49 |
};
|
50 |
|
51 |
+
if(!params.error)
|
52 |
+
params.error = function(xhr, status, message) {
|
53 |
+
throw new Error(message);
|
54 |
+
}
|
55 |
+
|
56 |
return $.ajax(WPGMZA.RestAPI.URL + route, params);
|
57 |
}
|
58 |
|
js/v8/tables/datatable.js
CHANGED
@@ -13,8 +13,10 @@ jQuery(function($) {
|
|
13 |
this.element.wpgmzaDataTable = this;
|
14 |
this.dataTableElement = this.getDataTableElement();
|
15 |
|
|
|
|
|
16 |
this.phpClass = $(element).attr("data-wpgmza-php-class");
|
17 |
-
this.dataTable = $(this.dataTableElement).DataTable(
|
18 |
this.wpgmzaDataTable = this;
|
19 |
}
|
20 |
|
@@ -40,6 +42,9 @@ jQuery(function($) {
|
|
40 |
method: "POST", // We don't use GET because the request can get bigger than some browsers maximum URL lengths
|
41 |
data: function(data, settings) {
|
42 |
return self.onAJAXRequest(data, settings);
|
|
|
|
|
|
|
43 |
}
|
44 |
};
|
45 |
|
13 |
this.element.wpgmzaDataTable = this;
|
14 |
this.dataTableElement = this.getDataTableElement();
|
15 |
|
16 |
+
var settings = this.getDataTableSettings();
|
17 |
+
|
18 |
this.phpClass = $(element).attr("data-wpgmza-php-class");
|
19 |
+
this.dataTable = $(this.dataTableElement).DataTable(settings);
|
20 |
this.wpgmzaDataTable = this;
|
21 |
}
|
22 |
|
42 |
method: "POST", // We don't use GET because the request can get bigger than some browsers maximum URL lengths
|
43 |
data: function(data, settings) {
|
44 |
return self.onAJAXRequest(data, settings);
|
45 |
+
},
|
46 |
+
beforeSend: function(xhr) {
|
47 |
+
xhr.setRequestHeader('X-WP-Nonce', WPGMZA.restnonce);
|
48 |
}
|
49 |
};
|
50 |
|
js/v8/version.js
CHANGED
@@ -24,6 +24,10 @@ jQuery(function($) {
|
|
24 |
|
25 |
}
|
26 |
|
|
|
|
|
|
|
|
|
27 |
/**
|
28 |
* Compare two software version numbers (e.g. 1.7.1)
|
29 |
* Returns:
|
24 |
|
25 |
}
|
26 |
|
27 |
+
WPGMZA.Version.GREATER_THAN = 1;
|
28 |
+
WPGMZA.Version.EQUAL_TO = 0;
|
29 |
+
WPGMZA.Version.LESS_THAN = -1;
|
30 |
+
|
31 |
/**
|
32 |
* Compare two software version numbers (e.g. 1.7.1)
|
33 |
* Returns:
|
js/v8/wp-google-maps.combined.js
CHANGED
@@ -544,6 +544,7 @@ jQuery(function($) {
|
|
544 |
return m[1];
|
545 |
|
546 |
}
|
|
|
547 |
};
|
548 |
|
549 |
if(window.WPGMZA)
|
@@ -3810,6 +3811,11 @@ jQuery(function($) {
|
|
3810 |
|
3811 |
}
|
3812 |
|
|
|
|
|
|
|
|
|
|
|
3813 |
/**
|
3814 |
* Centers the map this marker belongs to on this marker
|
3815 |
* @method
|
@@ -4847,6 +4853,11 @@ jQuery(function($) {
|
|
4847 |
xhr.setRequestHeader('X-WP-Nonce', WPGMZA.restnonce);
|
4848 |
};
|
4849 |
|
|
|
|
|
|
|
|
|
|
|
4850 |
return $.ajax(WPGMZA.RestAPI.URL + route, params);
|
4851 |
}
|
4852 |
|
@@ -5005,6 +5016,10 @@ jQuery(function($) {
|
|
5005 |
|
5006 |
}
|
5007 |
|
|
|
|
|
|
|
|
|
5008 |
/**
|
5009 |
* Compare two software version numbers (e.g. 1.7.1)
|
5010 |
* Returns:
|
@@ -5082,7 +5097,7 @@ jQuery(function($) {
|
|
5082 |
*/
|
5083 |
jQuery(function ($) {
|
5084 |
|
5085 |
-
if (!window.wp || !wp.i18n || !wp.blocks || !wp.editor) return;
|
5086 |
|
5087 |
var __ = wp.i18n.__;
|
5088 |
var registerBlockType = wp.blocks.registerBlockType;
|
@@ -5332,6 +5347,25 @@ jQuery(function($) {
|
|
5332 |
WPGMZA.GoogleCircle.prototype = Object.create(WPGMZA.Circle.prototype);
|
5333 |
WPGMZA.GoogleCircle.prototype.constructor = WPGMZA.GoogleCircle;
|
5334 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5335 |
});
|
5336 |
|
5337 |
// js/v8/google-maps/google-geocoder.js
|
@@ -6391,6 +6425,11 @@ jQuery(function($) {
|
|
6391 |
this.googleMarker.setDraggable(draggable);
|
6392 |
}
|
6393 |
|
|
|
|
|
|
|
|
|
|
|
6394 |
});
|
6395 |
|
6396 |
// js/v8/google-maps/google-modern-store-locator-circle.js
|
@@ -6937,39 +6976,47 @@ jQuery(function($) {
|
|
6937 |
|
6938 |
this.olStyle = new ol.style.Style(this.getStyleFromSettings());
|
6939 |
|
6940 |
-
|
6941 |
-
var vectorLayer3857 = new ol.layer.Vector({
|
6942 |
source: new ol.source.Vector(),
|
6943 |
style: this.olStyle
|
6944 |
});
|
6945 |
|
6946 |
if(olFeature)
|
6947 |
-
{
|
6948 |
this.olFeature = olFeature;
|
6949 |
-
}
|
6950 |
else
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6951 |
{
|
6952 |
-
|
6953 |
-
|
6954 |
-
var x, y;
|
6955 |
-
|
6956 |
-
x = this.center.lng;
|
6957 |
-
y = this.center.lat;
|
6958 |
-
|
6959 |
-
var circle4326 = ol.geom.Polygon.circular(wgs84Sphere, [x, y], radius, 64);
|
6960 |
-
var circle3857 = circle4326.clone().transform('EPSG:4326', 'EPSG:3857');
|
6961 |
-
|
6962 |
-
vectorLayer3857.getSource().addFeature(new ol.Feature(circle3857));
|
6963 |
}
|
6964 |
|
6965 |
-
this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6966 |
|
6967 |
-
|
|
|
|
|
6968 |
}
|
6969 |
|
6970 |
-
WPGMZA.OLCircle.prototype = Object.create(Parent.prototype);
|
6971 |
-
WPGMZA.OLCircle.prototype.constructor = WPGMZA.OLCircle;
|
6972 |
-
|
6973 |
WPGMZA.OLCircle.prototype.getStyleFromSettings = function()
|
6974 |
{
|
6975 |
var params = {};
|
@@ -6995,6 +7042,25 @@ jQuery(function($) {
|
|
6995 |
this.layer.setStyle(this.olStyle);
|
6996 |
}
|
6997 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6998 |
});
|
6999 |
|
7000 |
// js/v8/open-layers/ol-geocoder.js
|
@@ -7934,6 +8000,11 @@ jQuery(function($) {
|
|
7934 |
$(this.element).draggable({disabled: true});
|
7935 |
}
|
7936 |
|
|
|
|
|
|
|
|
|
|
|
7937 |
WPGMZA.OLMarker.prototype.onDragStart = function(event)
|
7938 |
{
|
7939 |
this.isBeingDragged = true;
|
@@ -8404,8 +8475,10 @@ jQuery(function($) {
|
|
8404 |
this.element.wpgmzaDataTable = this;
|
8405 |
this.dataTableElement = this.getDataTableElement();
|
8406 |
|
|
|
|
|
8407 |
this.phpClass = $(element).attr("data-wpgmza-php-class");
|
8408 |
-
this.dataTable = $(this.dataTableElement).DataTable(
|
8409 |
this.wpgmzaDataTable = this;
|
8410 |
}
|
8411 |
|
@@ -8431,6 +8504,9 @@ jQuery(function($) {
|
|
8431 |
method: "POST", // We don't use GET because the request can get bigger than some browsers maximum URL lengths
|
8432 |
data: function(data, settings) {
|
8433 |
return self.onAJAXRequest(data, settings);
|
|
|
|
|
|
|
8434 |
}
|
8435 |
};
|
8436 |
|
544 |
return m[1];
|
545 |
|
546 |
}
|
547 |
+
|
548 |
};
|
549 |
|
550 |
if(window.WPGMZA)
|
3811 |
|
3812 |
}
|
3813 |
|
3814 |
+
WPGMZA.Marker.prototype.setOpacity = function(opacity)
|
3815 |
+
{
|
3816 |
+
|
3817 |
+
}
|
3818 |
+
|
3819 |
/**
|
3820 |
* Centers the map this marker belongs to on this marker
|
3821 |
* @method
|
4853 |
xhr.setRequestHeader('X-WP-Nonce', WPGMZA.restnonce);
|
4854 |
};
|
4855 |
|
4856 |
+
if(!params.error)
|
4857 |
+
params.error = function(xhr, status, message) {
|
4858 |
+
throw new Error(message);
|
4859 |
+
}
|
4860 |
+
|
4861 |
return $.ajax(WPGMZA.RestAPI.URL + route, params);
|
4862 |
}
|
4863 |
|
5016 |
|
5017 |
}
|
5018 |
|
5019 |
+
WPGMZA.Version.GREATER_THAN = 1;
|
5020 |
+
WPGMZA.Version.EQUAL_TO = 0;
|
5021 |
+
WPGMZA.Version.LESS_THAN = -1;
|
5022 |
+
|
5023 |
/**
|
5024 |
* Compare two software version numbers (e.g. 1.7.1)
|
5025 |
* Returns:
|
5097 |
*/
|
5098 |
jQuery(function ($) {
|
5099 |
|
5100 |
+
if (!window.wp || !wp.i18n || !wp.blocks || !wp.editor || !wp.components) return;
|
5101 |
|
5102 |
var __ = wp.i18n.__;
|
5103 |
var registerBlockType = wp.blocks.registerBlockType;
|
5347 |
WPGMZA.GoogleCircle.prototype = Object.create(WPGMZA.Circle.prototype);
|
5348 |
WPGMZA.GoogleCircle.prototype.constructor = WPGMZA.GoogleCircle;
|
5349 |
|
5350 |
+
WPGMZA.GoogleCircle.prototype.setCenter = function(center)
|
5351 |
+
{
|
5352 |
+
WPGMZA.Circle.prototype.setCenter.apply(this, arguments);
|
5353 |
+
|
5354 |
+
this.googleCircle.setCenter(center);
|
5355 |
+
}
|
5356 |
+
|
5357 |
+
WPGMZA.GoogleCircle.prototype.setRadius = function(radius)
|
5358 |
+
{
|
5359 |
+
WPGMZA.Circle.prototype.setRadius.apply(this, arguments);
|
5360 |
+
|
5361 |
+
this.googleCircle.setRadius(parseFloat(radius) * 1000);
|
5362 |
+
}
|
5363 |
+
|
5364 |
+
WPGMZA.GoogleCircle.prototype.setVisible = function(visible)
|
5365 |
+
{
|
5366 |
+
this.googleCircle.setVisible(visible ? true : false);
|
5367 |
+
}
|
5368 |
+
|
5369 |
});
|
5370 |
|
5371 |
// js/v8/google-maps/google-geocoder.js
|
6425 |
this.googleMarker.setDraggable(draggable);
|
6426 |
}
|
6427 |
|
6428 |
+
WPGMZA.GoogleMarker.prototype.setOpacity = function(opacity)
|
6429 |
+
{
|
6430 |
+
this.googleMarker.setOpacity(opacity);
|
6431 |
+
}
|
6432 |
+
|
6433 |
});
|
6434 |
|
6435 |
// js/v8/google-maps/google-modern-store-locator-circle.js
|
6976 |
|
6977 |
this.olStyle = new ol.style.Style(this.getStyleFromSettings());
|
6978 |
|
6979 |
+
this.vectorLayer3857 = this.layer = new ol.layer.Vector({
|
|
|
6980 |
source: new ol.source.Vector(),
|
6981 |
style: this.olStyle
|
6982 |
});
|
6983 |
|
6984 |
if(olFeature)
|
|
|
6985 |
this.olFeature = olFeature;
|
|
|
6986 |
else
|
6987 |
+
this.recreate();
|
6988 |
+
}
|
6989 |
+
|
6990 |
+
WPGMZA.OLCircle.prototype = Object.create(Parent.prototype);
|
6991 |
+
WPGMZA.OLCircle.prototype.constructor = WPGMZA.OLCircle;
|
6992 |
+
|
6993 |
+
WPGMZA.OLCircle.prototype.recreate = function()
|
6994 |
+
{
|
6995 |
+
if(this.olFeature)
|
6996 |
{
|
6997 |
+
this.layer.getSource().removeFeature(this.olFeature);
|
6998 |
+
delete this.olFeature;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6999 |
}
|
7000 |
|
7001 |
+
if(!this.center || !this.radius)
|
7002 |
+
return;
|
7003 |
+
|
7004 |
+
// IMPORTANT: Please note that due to what appears to be a bug in OpenLayers, the following code MUST be exected specifically in this order, or the circle won't appear
|
7005 |
+
var wgs84Sphere = new ol.Sphere(6378137);
|
7006 |
+
var radius = parseFloat(this.radius) * 1000;
|
7007 |
+
var x, y;
|
7008 |
+
|
7009 |
+
x = this.center.lng;
|
7010 |
+
y = this.center.lat;
|
7011 |
+
|
7012 |
+
var circle4326 = ol.geom.Polygon.circular(wgs84Sphere, [x, y], radius, 64);
|
7013 |
+
var circle3857 = circle4326.clone().transform('EPSG:4326', 'EPSG:3857');
|
7014 |
|
7015 |
+
this.olFeature = new ol.Feature(circle3857);
|
7016 |
+
|
7017 |
+
this.layer.getSource().addFeature(this.olFeature);
|
7018 |
}
|
7019 |
|
|
|
|
|
|
|
7020 |
WPGMZA.OLCircle.prototype.getStyleFromSettings = function()
|
7021 |
{
|
7022 |
var params = {};
|
7042 |
this.layer.setStyle(this.olStyle);
|
7043 |
}
|
7044 |
|
7045 |
+
WPGMZA.OLCircle.prototype.setVisible = function(visible)
|
7046 |
+
{
|
7047 |
+
this.layer.setVisible(visible ? true : false);
|
7048 |
+
}
|
7049 |
+
|
7050 |
+
WPGMZA.OLCircle.prototype.setCenter = function(center)
|
7051 |
+
{
|
7052 |
+
WPGMZA.Circle.prototype.setCenter.apply(this, arguments);
|
7053 |
+
|
7054 |
+
this.recreate();
|
7055 |
+
}
|
7056 |
+
|
7057 |
+
WPGMZA.OLCircle.prototype.setRadius = function(radius)
|
7058 |
+
{
|
7059 |
+
WPGMZA.Circle.prototype.setRadius.apply(this, arguments);
|
7060 |
+
|
7061 |
+
this.recreate();
|
7062 |
+
}
|
7063 |
+
|
7064 |
});
|
7065 |
|
7066 |
// js/v8/open-layers/ol-geocoder.js
|
8000 |
$(this.element).draggable({disabled: true});
|
8001 |
}
|
8002 |
|
8003 |
+
WPGMZA.OLMarker.prototype.setOpacity = function(opacity)
|
8004 |
+
{
|
8005 |
+
$(this.element).css({opacity: opacity});
|
8006 |
+
}
|
8007 |
+
|
8008 |
WPGMZA.OLMarker.prototype.onDragStart = function(event)
|
8009 |
{
|
8010 |
this.isBeingDragged = true;
|
8475 |
this.element.wpgmzaDataTable = this;
|
8476 |
this.dataTableElement = this.getDataTableElement();
|
8477 |
|
8478 |
+
var settings = this.getDataTableSettings();
|
8479 |
+
|
8480 |
this.phpClass = $(element).attr("data-wpgmza-php-class");
|
8481 |
+
this.dataTable = $(this.dataTableElement).DataTable(settings);
|
8482 |
this.wpgmzaDataTable = this;
|
8483 |
}
|
8484 |
|
8504 |
method: "POST", // We don't use GET because the request can get bigger than some browsers maximum URL lengths
|
8505 |
data: function(data, settings) {
|
8506 |
return self.onAJAXRequest(data, settings);
|
8507 |
+
},
|
8508 |
+
beforeSend: function(xhr) {
|
8509 |
+
xhr.setRequestHeader('X-WP-Nonce', WPGMZA.restnonce);
|
8510 |
}
|
8511 |
};
|
8512 |
|
js/v8/wp-google-maps.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
jQuery(function($){var core={maps:[],events:null,settings:null,restAPI:null,localized_strings:null,loadingHTML:'<div class="wpgmza-preloader"><div class="wpgmza-loader">...</div></div>',getScrollAnimationOffset:function(){return WPGMZA.settings.scroll_animation_offset||0},animateScroll:function(element,milliseconds){var offset=WPGMZA.getScrollAnimationOffset();milliseconds||(milliseconds=WPGMZA.settings.scroll_animation_milliseconds?WPGMZA.settings.scroll_animation_milliseconds:500),$("html, body").animate({scrollTop:$(element).offset().top-offset},milliseconds)},guid:function(){var d=(new Date).getTime();return"undefined"!=typeof performance&&"function"==typeof performance.now&&(d+=performance.now()),"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(c){var r=(d+16*Math.random())%16|0;return d=Math.floor(d/16),("x"===c?r:3&r|8).toString(16)})},hexOpacityToRGBA:function(colour,opacity){return hex=parseInt(colour.replace(/^#/,""),16),[(16711680&hex)>>16,(65280&hex)>>8,255&hex,parseFloat(opacity)]},hexToRgba:function(hex){var c;return/^#([A-Fa-f0-9]{3}){1,2}$/.test(hex)?(3==(c=hex.substring(1).split("")).length&&(c=[c[0],c[0],c[1],c[1],c[2],c[2]]),c="0x"+c.join(""),{r:c>>16&255,g:c>>8&255,b:255&c,a:1}):0},rgbaToString:function(rgba){return"rgba("+rgba.r+", "+rgba.g+", "+rgba.b+", "+rgba.a+")"},latLngRegexp:/^(\-?\d+(\.\d+)?),\s*(\-?\d+(\.\d+)?)$/,isLatLngString:function(str){if("string"!=typeof str)return null;str.match(/^\(.+\)$/)&&(str=str.replace(/^\(|\)$/,""));var m=str.match(WPGMZA.latLngRegexp);return m?new WPGMZA.LatLng({lat:parseFloat(m[1]),lng:parseFloat(m[3])}):null},stringToLatLng:function(str){var result=WPGMZA.isLatLngString(str);if(!result)throw new Error("Not a valid latLng");return result},isHexColorString:function(str){return"string"==typeof str&&!!str.match(/#[0-9A-F]{6}/i)},imageDimensionsCache:{},getImageDimensions:function(src,callback){if(WPGMZA.imageDimensionsCache[src])callback(WPGMZA.imageDimensionsCache[src]);else{var img=document.createElement("img");img.onload=function(event){var result={width:img.width,height:img.height};WPGMZA.imageDimensionsCache[src]=result,callback(result)},img.src=src}},isDeveloperMode:function(){return this.settings.developer_mode||window.Cookies&&window.Cookies.get("wpgmza-developer-mode")},isProVersion:function(){return"1"==this._isProVersion},openMediaDialog:function(callback){var file_frame;if(file_frame)return file_frame.uploader.uploader.param("post_id",set_to_post_id),void file_frame.open();(file_frame=wp.media.frames.file_frame=wp.media({title:"Select a image to upload",button:{text:"Use this image"},multiple:!1})).on("select",function(){attachment=file_frame.state().get("selection").first().toJSON(),callback(attachment.id,attachment.url)}),file_frame.open()},getCurrentPosition:function(callback,watch){var nativeFunction="getCurrentPosition";if(watch&&("userlocationupdated",nativeFunction="watchPosition",WPGMZA.getCurrentPosition(callback,!1)),navigator.geolocation){var options={enableHighAccuracy:!0};navigator.geolocation[nativeFunction](function(position){callback&&callback(position),WPGMZA.events.trigger("userlocationfound")},function(error){options.enableHighAccuracy=!1,navigator.geolocation[nativeFunction](function(position){callback&&callback(position),WPGMZA.events.trigger("userlocationfound")},function(error){console.warn(error.code,error.message)},options)},options)}else console.warn("No geolocation available on this device")},watchPosition:function(callback){return WPGMZA.getCurrentPosition(callback,!0)},runCatchableTask:function(callback,friendlyErrorContainer){if(WPGMZA.isDeveloperMode())callback();else try{callback()}catch(e){var friendlyError=new WPGMZA.FriendlyError(e);$(friendlyErrorContainer).html(""),$(friendlyErrorContainer).append(friendlyError.element),$(friendlyErrorContainer).show()}},assertInstanceOf:function(instance,instanceName){var engine,fullInstanceName,pro=WPGMZA.isProVersion()?"Pro":"";switch(WPGMZA.settings.engine){case"open-layers":engine="OL";break;default:engine="Google"}if(fullInstanceName=WPGMZA[engine+pro+instanceName]?engine+pro+instanceName:WPGMZA[pro+instanceName]?pro+instanceName:WPGMZA[engine+instanceName]?engine+instanceName:instanceName,!(instance instanceof WPGMZA[fullInstanceName]))throw new Error("Object must be an instance of "+fullInstanceName+" (did you call a constructor directly, rather than createInstance?)")},getMapByID:function(id){return WPGMZA.isProVersion()?MYMAP[id].map:MYMAP.map},isGoogleAutocompleteSupported:function(){return"object"==typeof google&&"object"==typeof google.maps&&"object"==typeof google.maps.places&&"function"==typeof google.maps.places.Autocomplete},googleAPIStatus:window.wpgmza_google_api_status,isSafari:function(){var ua=navigator.userAgent.toLowerCase();return-1!=ua.indexOf("safari")&&-1==ua.indexOf("chrome")},isTouchDevice:function(){return"ontouchstart"in window},isDeviceiOS:function(){return/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream||!!navigator.platform&&/iPad|iPhone|iPod/.test(navigator.platform)},getQueryParamValue:function(name){var m,regex=new RegExp(name+"=([^&]*)");return(m=window.location.href.match(regex))?m[1]:null}};window.WPGMZA?window.WPGMZA=$.extend(window.WPGMZA,core):window.WPGMZA=core;for(var key in WPGMZA_localized_data){var value=WPGMZA_localized_data[key];WPGMZA[key]=value}jQuery(function($){$("script[src*='wp-google-maps.combined.js'], script[src*='wp-google-maps-pro.combined.js']").length&&console.warn("Minified script is out of date, using combined script instead.");var elements=$("script").filter(function(){return this.src.match(/(^|\/)jquery\.(min\.)?js(\?|$)/i)});elements.length>1&&console.warn("Multiple jQuery versions detected: ",elements),WPGMZA.restAPI=WPGMZA.RestAPI.createInstance(),$(document).on("click",".wpgmza_edit_btn",function(){WPGMZA.animateScroll("#wpgmaps_tabs_markers")})}),$(window).on("load",function(event){if("https:"!=window.location.protocol){var warning='<div class="notice notice-warning"><p>'+WPGMZA.localized_strings.unsecure_geolocation+"</p></div>";$(".wpgmza-geolocation-setting").each(function(index,el){$(el).after($(warning))})}})}),jQuery(function($){WPGMZA.Compatibility=function(){this.preventDocumentWriteGoogleMapsAPI()},WPGMZA.Compatibility.prototype.preventDocumentWriteGoogleMapsAPI=function(){var old=document.write;document.write=function(content){content.match&&content.match(/maps\.google/)||old.call(document,content)}},WPGMZA.compatiblityModule=new WPGMZA.Compatibility}),function(root,factory){"object"==typeof exports?module.exports=factory(root):"function"==typeof define&&define.amd?define([],factory.bind(root,root)):factory(root)}("undefined"!=typeof global?global:this,function(root){if(root.CSS&&root.CSS.escape)return root.CSS.escape;var cssEscape=function(value){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var codeUnit,string=String(value),length=string.length,index=-1,result="",firstCodeUnit=string.charCodeAt(0);++index<length;)0!=(codeUnit=string.charCodeAt(index))?result+=codeUnit>=1&&codeUnit<=31||127==codeUnit||0==index&&codeUnit>=48&&codeUnit<=57||1==index&&codeUnit>=48&&codeUnit<=57&&45==firstCodeUnit?"\\"+codeUnit.toString(16)+" ":(0!=index||1!=length||45!=codeUnit)&&(codeUnit>=128||45==codeUnit||95==codeUnit||codeUnit>=48&&codeUnit<=57||codeUnit>=65&&codeUnit<=90||codeUnit>=97&&codeUnit<=122)?string.charAt(index):"\\"+string.charAt(index):result+="�";return result};return root.CSS||(root.CSS={}),root.CSS.escape=cssEscape,cssEscape}),jQuery(function($){function deg2rad(deg){return deg*(Math.PI/180)}Math.PI;WPGMZA.Distance={MILES:!0,KILOMETERS:!1,MILES_PER_KILOMETER:.621371,KILOMETERS_PER_MILE:1.60934,uiToMeters:function(uiDistance){return parseFloat(uiDistance)/(WPGMZA.settings.distance_units==WPGMZA.Distance.MILES?WPGMZA.Distance.MILES_PER_KILOMETER:1)*1e3},uiToKilometers:function(uiDistance){return.001*WPGMZA.Distance.uiToMeters(uiDistance)},uiToMiles:function(uiDistance){return WPGMZA.Distance.uiToKilometers(uiDistance)*WPGMZA.Distance.MILES_PER_KILOMETER},kilometersToUI:function(km){return WPGMZA.settings.distance_units==WPGMZA.Distance.MILES?km*WPGMZA.Distance.MILES_PER_KILOMETER:km},between:function(a,b){if(!(a instanceof WPGMZA.LatLng))throw new Error("First argument must be an instance of WPGMZA.LatLng");if(!(b instanceof WPGMZA.LatLng))throw new Error("Second argument must be an instance of WPGMZA.LatLng");if(a===b)return 0;var lat1=a.lat,lon1=a.lng,lat2=b.lat,lon2=b.lng,dLat=deg2rad(lat2-lat1),dLon=deg2rad(lon2-lon1),a=Math.sin(dLat/2)*Math.sin(dLat/2)+Math.cos(deg2rad(lat1))*Math.cos(deg2rad(lat2))*Math.sin(dLon/2)*Math.sin(dLon/2);return 6371*(2*Math.atan2(Math.sqrt(a),Math.sqrt(1-a)))}}}),jQuery(function($){WPGMZA.EventDispatcher=function(){WPGMZA.assertInstanceOf(this,"EventDispatcher"),this._listenersByType={}},WPGMZA.EventDispatcher.prototype.addEventListener=function(type,listener,thisObject,useCapture){var types=type.split(/\s+/);if(types.length>1)for(var i=0;i<types.length;i++)this.addEventListener(types[i],listener,thisObject,useCapture);else{if(!(listener instanceof Function))throw new Error("Listener must be a function");var target;target=this._listenersByType.hasOwnProperty(type)?this._listenersByType[type]:this._listenersByType[type]=[];var obj={listener:listener,thisObject:thisObject||this,useCapture:!!useCapture};target.push(obj)}},WPGMZA.EventDispatcher.prototype.on=WPGMZA.EventDispatcher.prototype.addEventListener,WPGMZA.EventDispatcher.prototype.removeEventListener=function(type,listener,thisObject,useCapture){var arr,obj;if(arr=this._listenersByType[type]){thisObject||(thisObject=this),useCapture=!!useCapture;for(var i=0;i<arr.length;i++)if((obj=arr[i]).listener==listener&&obj.thisObject==thisObject&&obj.useCapture==useCapture)return void arr.splice(i,1)}},WPGMZA.EventDispatcher.prototype.off=WPGMZA.EventDispatcher.prototype.removeEventListener,WPGMZA.EventDispatcher.prototype.hasEventListener=function(type){return!!_listenersByType[type]},WPGMZA.EventDispatcher.prototype.dispatchEvent=function(event){if(!(event instanceof WPGMZA.Event))if("string"==typeof event)event=new WPGMZA.Event(event);else{var src=event;event=new WPGMZA.Event;for(var name in src)event[name]=src[name]}event.target=this;for(var path=[],obj=this.parent;null!=obj;obj=obj.parent)path.unshift(obj);event.phase=WPGMZA.Event.CAPTURING_PHASE;for(var i=0;i<path.length&&!event._cancelled;i++)path[i]._triggerListeners(event);if(!event._cancelled){for(event.phase=WPGMZA.Event.AT_TARGET,this._triggerListeners(event),event.phase=WPGMZA.Event.BUBBLING_PHASE,i=path.length-1;i>=0&&!event._cancelled;i--)path[i]._triggerListeners(event);if(this.element){var customEvent={};for(var key in event){var value=event[key];"type"==key&&(value+=".wpgmza"),customEvent[key]=value}$(this.element).trigger(customEvent)}}},WPGMZA.EventDispatcher.prototype.trigger=WPGMZA.EventDispatcher.prototype.dispatchEvent,WPGMZA.EventDispatcher.prototype._triggerListeners=function(event){var arr,obj;if(arr=this._listenersByType[event.type])for(var i=0;i<arr.length;i++)obj=arr[i],(event.phase!=WPGMZA.Event.CAPTURING_PHASE||obj.useCapture)&&obj.listener.call(arr[i].thisObject,event)},WPGMZA.events=new WPGMZA.EventDispatcher}),jQuery(function($){WPGMZA.Event=function(options){if("string"==typeof options&&(this.type=options),this.bubbles=!0,this.cancelable=!0,this.phase=WPGMZA.Event.PHASE_CAPTURE,this.target=null,this._cancelled=!1,"object"==typeof options)for(var name in options)this[name]=options[name]},WPGMZA.Event.CAPTURING_PHASE=0,WPGMZA.Event.AT_TARGET=1,WPGMZA.Event.BUBBLING_PHASE=2,WPGMZA.Event.prototype.stopPropagation=function(){this._cancelled=!0}}),jQuery(function($){WPGMZA.FriendlyError=function(){}}),jQuery(function($){WPGMZA.Geocoder=function(){WPGMZA.assertInstanceOf(this,"Geocoder")},WPGMZA.Geocoder.SUCCESS="success",WPGMZA.Geocoder.ZERO_RESULTS="zero-results",WPGMZA.Geocoder.FAIL="fail",WPGMZA.Geocoder.getConstructor=function(){switch(WPGMZA.settings.engine){case"open-layers":return WPGMZA.OLGeocoder;default:return WPGMZA.GoogleGeocoder}},WPGMZA.Geocoder.createInstance=function(){return new(WPGMZA.Geocoder.getConstructor())},WPGMZA.Geocoder.prototype.getLatLngFromAddress=function(options,callback){if(WPGMZA.isLatLngString(options.address)){var parts=options.address.split(/,\s*/);callback([new WPGMZA.LatLng({lat:parseFloat(parts[0]),lng:parseFloat(parts[1])})],WPGMZA.Geocoder.SUCCESS)}},WPGMZA.Geocoder.prototype.getAddressFromLatLng=function(options,callback){callback([new WPGMZA.LatLng(options.latLng).toString()],WPGMZA.Geocoder.SUCCESS)},WPGMZA.Geocoder.prototype.geocode=function(options,callback){if("address"in options)return this.getLatLngFromAddress(options,callback);if("latLng"in options)return this.getAddressFromLatLng(options,callback);throw new Error("You must supply either a latLng or address")}}),jQuery(function($){WPGMZA.GoogleAPIErrorHandler=function(){var self=this;if("google-maps"==WPGMZA.settings.engine&&("map-edit"==WPGMZA.currentPage||0==WPGMZA.is_admin&&1==WPGMZA.userCanAdministrator)){this.element=$(WPGMZA.html.googleMapsAPIErrorDialog),1==WPGMZA.is_admin&&this.element.find(".wpgmza-front-end-only").remove(),this.errorMessageList=this.element.find(".wpgmza-google-api-error-list"),this.templateListItem=this.element.find("li.template").remove(),this.messagesAlreadyDisplayed={};var _error=console.error;console.error=function(message){self.onErrorMessage(message),_error.apply(this,arguments)},"google-maps"!=WPGMZA.settings.engine||WPGMZA.settings.wpgmza_google_maps_api_key&&WPGMZA.settings.wpgmza_google_maps_api_key.length||this.addErrorMessage(WPGMZA.localized_strings.no_google_maps_api_key,["https://www.wpgmaps.com/get-a-google-maps-api-key/"])}},WPGMZA.GoogleAPIErrorHandler.prototype.onErrorMessage=function(message){var m;if(message)if((m=message.match(/You have exceeded your (daily )?request quota for this API/))||(m=message.match(/This API project is not authorized to use this API/))||(m=message.match(/^Geocoding Service: .+/))){var urls=message.match(/http(s)?:\/\/[^\s]+/gm);this.addErrorMessage(m[0],urls)}else(m=message.match(/^Google Maps.+error: (.+)\s+(http(s?):\/\/.+)/m))&&this.addErrorMessage(m[1].replace(/([A-Z])/g," $1"),[m[2]])},WPGMZA.GoogleAPIErrorHandler.prototype.addErrorMessage=function(message,urls){var self=this;if(!this.messagesAlreadyDisplayed[message]){var li=this.templateListItem.clone();$(li).find(".wpgmza-message").html(message);var buttonContainer=$(li).find(".wpgmza-documentation-buttons"),buttonTemplate=$(li).find(".wpgmza-documentation-buttons>a");if(buttonTemplate.remove(),urls&&urls.length){for(var i=0;i<urls.length;i++){urls[i];var button=buttonTemplate.clone(),text=WPGMZA.localized_strings.documentation;button.attr("href",urls[i]),$(button).find("i").addClass("fa-external-link"),$(button).append(text)}buttonContainer.append(button)}$(this.errorMessageList).append(li),$("#wpgmza_map, .wpgmza_map").each(function(index,el){var container=$(el).find(".wpgmza-google-maps-api-error-overlay");0==container.length&&(container=$("<div class='wpgmza-google-maps-api-error-overlay'></div>")).html(self.element.html()),setTimeout(function(){$(el).append(container)},100)}),$(".gm-err-container").parent().css({"z-index":1}),this.messagesAlreadyDisplayed[message]=!0}},WPGMZA.googleAPIErrorHandler=new WPGMZA.GoogleAPIErrorHandler}),jQuery(function($){WPGMZA.InfoWindow=function(mapObject){var self=this;WPGMZA.EventDispatcher.call(this),WPGMZA.assertInstanceOf(this,"InfoWindow"),mapObject&&(this.mapObject=mapObject,mapObject.map?setTimeout(function(){self.onMapObjectAdded(event)},100):mapObject.addEventListener("added",function(event){self.onMapObjectAdded(event)}))},WPGMZA.InfoWindow.prototype=Object.create(WPGMZA.EventDispatcher.prototype),WPGMZA.InfoWindow.prototype.constructor=WPGMZA.InfoWindow,WPGMZA.InfoWindow.OPEN_BY_CLICK=1,WPGMZA.InfoWindow.OPEN_BY_HOVER=2,WPGMZA.InfoWindow.getConstructor=function(){switch(WPGMZA.settings.engine){case"open-layers":return WPGMZA.isProVersion()?WPGMZA.OLProInfoWindow:WPGMZA.OLInfoWindow;default:return WPGMZA.isProVersion()?WPGMZA.GoogleProInfoWindow:WPGMZA.GoogleInfoWindow}},WPGMZA.InfoWindow.createInstance=function(mapObject){return new(this.getConstructor())(mapObject)},WPGMZA.InfoWindow.prototype.getContent=function(callback){var html="";this.mapObject instanceof WPGMZA.Marker&&(html=this.mapObject.address),callback(html)},WPGMZA.InfoWindow.prototype.open=function(map,mapObject){return this.mapObject=mapObject,!WPGMZA.settings.disable_infowindows&&!this.mapObject.disableInfoWindow},WPGMZA.InfoWindow.prototype.close=function(){this.trigger("infowindowclose")},WPGMZA.InfoWindow.prototype.setContent=function(options){},WPGMZA.InfoWindow.prototype.setOptions=function(options){},WPGMZA.InfoWindow.prototype.onMapObjectAdded=function(){1==this.mapObject.settings.infoopen&&this.open()}}),jQuery(function($){WPGMZA.LatLng=function(arg,lng){if(this._lat=0,this._lng=0,0!=arguments.length)if(1==arguments.length){if("string"==typeof arg){var m;if(!(m=arg.match(WPGMZA.LatLng.REGEXP)))throw new Error("Invalid LatLng string");arg={lat:m[1],lng:m[3]}}if("object"!=typeof arg||!("lat"in arg&&"lng"in arg))throw new Error("Argument must be a LatLng literal");this.lat=arg.lat,this.lng=arg.lng}else this.lat=arg,this.lng=lng},WPGMZA.LatLng.REGEXP=/^(\-?\d+(\.\d+)?),\s*(\-?\d+(\.\d+)?)$/,WPGMZA.LatLng.isValid=function(obj){return"object"==typeof obj&&("lat"in obj&&"lng"in obj)},Object.defineProperty(WPGMZA.LatLng.prototype,"lat",{get:function(){return this._lat},set:function(val){if(!$.isNumeric(val))throw new Error("Latitude must be numeric");this._lat=parseFloat(val)}}),Object.defineProperty(WPGMZA.LatLng.prototype,"lng",{get:function(){return this._lng},set:function(val){if(!$.isNumeric(val))throw new Error("Longitude must be numeric");this._lng=parseFloat(val)}}),WPGMZA.LatLng.prototype.toString=function(){return this._lat+", "+this._lng},WPGMZA.LatLng.fromCurrentPosition=function(callback,options){options||(options={}),callback&&WPGMZA.getCurrentPosition(function(position){var latLng=new WPGMZA.LatLng({lat:position.coords.latitude,lng:position.coords.longitude});options.geocodeAddress?WPGMZA.Geocoder.createInstance().getAddressFromLatLng({latLng:latLng},function(results){results.length&&(latLng.address=results[0]),callback(latLng)}):callback(latLng)})},WPGMZA.LatLng.fromGoogleLatLng=function(googleLatLng){return new WPGMZA.LatLng(googleLatLng.lat(),googleLatLng.lng())},WPGMZA.LatLng.prototype.toGoogleLatLng=function(){return new google.maps.LatLng({lat:this.lat,lng:this.lng})},WPGMZA.LatLng.prototype.toLatLngLiteral=function(){return{lat:this.lat,lng:this.lng}},WPGMZA.LatLng.prototype.moveByDistance=function(kilometers,heading){var delta=parseFloat(kilometers)/6371,theta=parseFloat(heading)/180*Math.PI,phi1=this.lat/180*Math.PI,lambda1=this.lng/180*Math.PI,sinPhi1=Math.sin(phi1),cosPhi1=Math.cos(phi1),sinDelta=Math.sin(delta),cosDelta=Math.cos(delta),sinTheta=Math.sin(theta),sinPhi2=sinPhi1*cosDelta+cosPhi1*sinDelta*Math.cos(theta),phi2=Math.asin(sinPhi2),y=sinTheta*sinDelta*cosPhi1,x=cosDelta-sinPhi1*sinPhi2,lambda2=lambda1+Math.atan2(y,x);this.lat=180*phi2/Math.PI,this.lng=180*lambda2/Math.PI},WPGMZA.LatLng.prototype.getGreatCircleDistance=function(arg1,arg2){var other,lat1=this.lat,lon1=this.lng;if(1==arguments.length)other=new WPGMZA.LatLng(arg1);else{if(2!=arguments.length)throw new Error("Invalid number of arguments");other=new WPGMZA.LatLng(arg1,arg2)}var lat2=other.lat,lon2=other.lng,phi1=lat1.toRadians(),phi2=lat2.toRadians(),deltaPhi=(lat2-lat1).toRadians(),deltaLambda=(lon2-lon1).toRadians(),a=Math.sin(deltaPhi/2)*Math.sin(deltaPhi/2)+Math.cos(phi1)*Math.cos(phi2)*Math.sin(deltaLambda/2)*Math.sin(deltaLambda/2);return 6371*(2*Math.atan2(Math.sqrt(a),Math.sqrt(1-a)))}}),jQuery(function($){WPGMZA.LatLngBounds=function(southWest,northEast){southWest&&northEast&&(this.south=southWest.lat,this.north=northEast.lat,this.west=southWest.lng,this.east=southWest.lng)},WPGMZA.LatLngBounds.prototype.isInInitialState=function(){return void 0==this.north&&void 0==this.south&&void 0==this.west&&void 0==this.east},WPGMZA.LatLngBounds.prototype.extend=function(latLng){if(latLng instanceof WPGMZA.LatLng||(latLng=new WPGMZA.LatLng(latLng)),this.isInInitialState())return this.north=this.south=latLng.lat,void(this.west=this.east=latLng.lng);latLng.lat<this.north&&(this.north=latLng.lat),latLng.lat>this.south&&(this.south=latLng.lat),latLng.lng<this.west&&(this.west=latLng.lng),latLng.lng>this.east&&(this.east=latLng.lng)},WPGMZA.LatLngBounds.prototype.extendByPixelMargin=function(map,x,arg){var y=x;if(!(map instanceof WPGMZA.Map))throw new Error("First argument must be an instance of WPGMZA.Map");if(this.isInInitialState())throw new Error("Cannot extend by pixels in initial state");arguments.length>=3&&(y=arg);var southWest=new WPGMZA.LatLng(this.south,this.west),northEast=new WPGMZA.LatLng(this.north,this.east);southWest=map.latLngToPixels(southWest),northEast=map.latLngToPixels(northEast),southWest.x-=x,southWest.y+=y,northEast.x+=x,northEast.y-=y,southWest=map.pixelsToLatLng(southWest.x,southWest.y),northEast=map.pixelsToLatLng(northEast.x,northEast.y);this.toString();this.north=northEast.lat,this.south=southWest.lat,this.west=southWest.lng,this.east=northEast.lng},WPGMZA.LatLngBounds.prototype.contains=function(latLng){if(!(latLng instanceof WPGMZA.LatLng))throw new Error("Argument must be an instance of WPGMZA.LatLng");return!(latLng.lat<Math.min(this.north,this.south))&&(!(latLng.lat>Math.max(this.north,this.south))&&(this.west<this.east?latLng.lng>=this.west&&latLng.lng<=this.east:this.west<this.east?latLng.lng>=this.west||this.lng<=this.east:latLng.lng<=this.west||this.lng>=this.east))},WPGMZA.LatLngBounds.prototype.toString=function(){return this.north+"N "+this.south+"S "+this.west+"W "+this.east+"E"}}),jQuery(function($){WPGMZA.MapObject=function(row){if(WPGMZA.assertInstanceOf(this,"MapObject"),WPGMZA.EventDispatcher.call(this),this.id=-1,this.guid=WPGMZA.guid(),this.modified=!0,this.settings={},row)for(var name in row)if("settings"==name){if(null==row.settings)this.settings={};else switch(typeof row.settings){case"string":this.settings=JSON.parse(row[name]);break;case"object":this.settings=row[name];break;default:throw new Error("Don't know how to interpret settings")}for(var name in this.settings){var value=this.settings[name];String(value).match(/^-?\d+$/)&&(this.settings[name]=parseInt(value))}}else this[name]=row[name]},WPGMZA.MapObject.prototype=Object.create(WPGMZA.EventDispatcher.prototype),WPGMZA.MapObject.prototype.constructor=WPGMZA.MapObject,WPGMZA.MapObject.prototype.parseGeometry=function(string){var pairs,coords,results=[];pairs=string.replace(/[^ ,\d\.\-+e]/g,"").split(",");for(var i=0;i<pairs.length;i++)coords=pairs[i].split(" "),results.push({lat:parseFloat(coords[1]),lng:parseFloat(coords[0])});return results},WPGMZA.MapObject.prototype.toJSON=function(){return{id:this.id,guid:this.guid,settings:this.settings}}}),jQuery(function($){var Parent=WPGMZA.MapObject;WPGMZA.Circle=function(options,engineCircle){WPGMZA.assertInstanceOf(this,"Circle"),this.center=new WPGMZA.LatLng,this.radius=100,Parent.apply(this,arguments)},WPGMZA.Circle.prototype=Object.create(Parent.prototype),WPGMZA.Circle.prototype.constructor=WPGMZA.Circle,WPGMZA.Circle.createInstance=function(options){var constructor;switch(WPGMZA.settings.engine){case"open-layers":constructor=WPGMZA.OLCircle;break;default:constructor=WPGMZA.GoogleCircle}return new constructor(options)},WPGMZA.Circle.prototype.getCenter=function(){return this.center.clone()},WPGMZA.Circle.prototype.setCenter=function(latLng){this.center.lat=latLng.lat,this.center.lng=latLng.lng},WPGMZA.Circle.prototype.getRadius=function(){return this.radius},WPGMZA.Circle.prototype.setRadius=function(radius){this.radius=radius},WPGMZA.Circle.prototype.getMap=function(){return this.map},WPGMZA.Circle.prototype.setMap=function(map){this.map&&this.map.removeCircle(this),map&&map.addCircle(this)}}),jQuery(function($){WPGMZA.MapSettingsPage=function(){var self=this;this.updateEngineSpecificControls(),this.updateGDPRControls(),$("select[name='wpgmza_maps_engine']").on("change",function(event){self.updateEngineSpecificControls()}),$("input[name='wpgmza_gdpr_require_consent_before_load'], input[name='wpgmza_gdpr_require_consent_before_vgm_submit'], input[name='wpgmza_gdpr_override_notice']").on("change",function(event){self.updateGDPRControls()})},WPGMZA.MapSettingsPage.prototype.updateEngineSpecificControls=function(){var engine=$("select[name='wpgmza_maps_engine']").val();$("[data-required-maps-engine][data-required-maps-engine!='"+engine+"']").hide(),$("[data-required-maps-engine='"+engine+"']").show()},WPGMZA.MapSettingsPage.prototype.updateGDPRControls=function(){var showNoticeControls=$("input[name='wpgmza_gdpr_require_consent_before_load']").prop("checked"),vgmCheckbox=$("input[name='wpgmza_gdpr_require_consent_before_vgm_submit']");vgmCheckbox.length&&(showNoticeControls=showNoticeControls||vgmCheckbox.prop("checked"));var showOverrideTextarea=showNoticeControls&&$("input[name='wpgmza_gdpr_override_notice']").prop("checked");showNoticeControls?$("#wpgmza-gdpr-compliance-notice").show("slow"):$("#wpgmza-gdpr-compliance-notice").hide("slow"),showOverrideTextarea?$("#wpgmza_gdpr_override_notice_text").show("slow"):$("#wpgmza_gdpr_override_notice_text").hide("slow")},jQuery(function($){window.location.href.match(/wp-google-maps-menu-settings/)&&(WPGMZA.mapSettingsPage=new WPGMZA.MapSettingsPage)})}),jQuery(function($){WPGMZA.MapSettings=function(element){function addSettings(input){if(input)for(var key in input)if("other_settings"!=key){var value=input[key];String(value).match(/^-?\d+$/)&&(value=parseInt(value)),self[key]=value}}var json,self=this,str=element.getAttribute("data-settings");try{json=JSON.parse(str)}catch(e){str=str.replace(/\\%/g,"%"),str=str.replace(/\\\\"/g,'\\"');try{json=JSON.parse(str)}catch(e){json={},console.warn("Failed to parse map settings JSON")}}WPGMZA.assertInstanceOf(this,"MapSettings"),addSettings(WPGMZA.settings),addSettings(json),json&&json.other_settings&&addSettings(json.other_settings)},WPGMZA.MapSettings.prototype.toOLViewOptions=function(){var options={center:ol.proj.fromLonLat([-119.4179,36.7783]),zoom:4};if("string"==typeof this.start_location){var coords=this.start_location.replace(/^\(|\)$/g,"").split(",");WPGMZA.isLatLngString(this.start_location)?options.center=ol.proj.fromLonLat([parseFloat(coords[1]),parseFloat(coords[0])]):console.warn("Invalid start location")}return this.center&&(options.center=ol.proj.fromLonLat([parseFloat(this.center.lng),parseFloat(this.center.lat)])),this.zoom&&(options.zoom=parseInt(this.zoom)),this.start_zoom&&(options.zoom=parseInt(this.start_zoom)),this.map_min_zoom&&this.map_max_zoom&&(options.minZoom=Math.min(this.map_min_zoom,this.map_max_zoom),options.maxZoom=Math.max(this.map_min_zoom,this.map_max_zoom)),options},WPGMZA.MapSettings.prototype.toGoogleMapsOptions=function(){function formatCoord(coord){return $.isNumeric(coord)?coord:parseFloat(String(coord).replace(/[\(\)\s]/,""))}var self=this,latLngCoords=this.start_location&&this.start_location.length?this.start_location.split(","):[36.7783,-119.4179],latLng=new google.maps.LatLng(formatCoord(latLngCoords[0]),formatCoord(latLngCoords[1])),zoom=this.start_zoom?parseInt(this.start_zoom):4;!this.start_zoom&&this.zoom&&(zoom=parseInt(this.zoom));var options={zoom:zoom,center:latLng};switch(function(name){return!("object"==typeof self[name]||self[name]&&self[name].length)}("center")||(options.center=new google.maps.LatLng({lat:parseFloat(this.center.lat),lng:parseFloat(this.center.lng)})),this.map_min_zoom&&this.map_max_zoom&&(options.minZoom=Math.min(this.map_min_zoom,this.map_max_zoom),options.maxZoom=Math.max(this.map_min_zoom,this.map_max_zoom)),options.zoomControl=!("yes"==this.wpgmza_settings_map_zoom),options.panControl=!("yes"==this.wpgmza_settings_map_pan),options.mapTypeControl=!("yes"==this.wpgmza_settings_map_type),options.streetViewControl=!("yes"==this.wpgmza_settings_map_streetview),options.fullscreenControl=!("yes"==this.wpgmza_settings_map_full_screen_control),options.draggable=!("yes"==this.wpgmza_settings_map_draggable),options.disableDoubleClickZoom="yes"==this.wpgmza_settings_map_clickzoom,options.scrollwheel=!("yes"==this.wpgmza_settings_map_scroll),"greedy"==this.wpgmza_force_greedy_gestures||"yes"==this.wpgmza_force_greedy_gestures?options.gestureHandling="greedy":options.gestureHandling="cooperative",parseInt(this.type)){case 2:options.mapTypeId=google.maps.MapTypeId.SATELLITE;break;case 3:options.mapTypeId=google.maps.MapTypeId.HYBRID;break;case 4:options.mapTypeId=google.maps.MapTypeId.TERRAIN;break;default:options.mapTypeId=google.maps.MapTypeId.ROADMAP}if(this.theme_data&&this.theme_data.length>0)try{options.styles=JSON.parse(this.theme_data)}catch(e){alert("Your theme data is not valid JSON and has been ignored")}return options}}),jQuery(function($){function deg2rad(deg){return deg*(Math.PI/180)}WPGMZA.Map=function(element,options){if(WPGMZA.assertInstanceOf(this,"Map"),WPGMZA.EventDispatcher.call(this),!(element instanceof HTMLElement))throw new Error("Argument must be a HTMLElement");if(this.id=element.getAttribute("data-map-id"),!/\d+/.test(this.id))throw new Error("Map ID must be an integer");if(WPGMZA.maps.push(this),this.element=element,this.element.wpgmzaMap=this,this.engineElement=element,this.markers=[],this.polygons=[],this.polylines=[],this.circles=[],this.loadSettings(options),this.shortcodeAttributes={},$(this.element).attr("data-shortcode-attributes"))try{this.shortcodeAttributes=JSON.parse($(this.element).attr("data-shortcode-attributes"))}catch(e){console.warn("Error parsing shortcode attributes")}this.initStoreLocator(),this.markerFilter=WPGMZA.MarkerFilter.createInstance(this)},WPGMZA.Map.prototype=Object.create(WPGMZA.EventDispatcher.prototype),WPGMZA.Map.prototype.constructor=WPGMZA.Map,WPGMZA.Map.getConstructor=function(){switch(WPGMZA.settings.engine){case"open-layers":return WPGMZA.isProVersion()?WPGMZA.OLProMap:WPGMZA.OLMap;default:return WPGMZA.isProVersion()?WPGMZA.GoogleProMap:WPGMZA.GoogleMap}},WPGMZA.Map.createInstance=function(element,options){return new(WPGMZA.Map.getConstructor())(element,options)},WPGMZA.Map.prototype.loadSettings=function(options){var settings=new WPGMZA.MapSettings(this.element);settings.other_settings;if(delete settings.other_settings,options)for(var key in options)settings[key]=options[key];this.settings=settings},WPGMZA.Map.prototype.initStoreLocator=function(){var storeLocatorElement=$(".wpgmza_sl_main_div");storeLocatorElement.length&&(this.storeLocator=WPGMZA.StoreLocator.createInstance(this,storeLocatorElement[0]))},WPGMZA.Map.prototype.setOptions=function(options){for(var name in options)this.settings[name]=options[name]};Math.PI;WPGMZA.Map.getGeographicDistance=function(lat1,lon1,lat2,lon2){var dLat=deg2rad(lat2-lat1),dLon=deg2rad(lon2-lon1),a=Math.sin(dLat/2)*Math.sin(dLat/2)+Math.cos(deg2rad(lat1))*Math.cos(deg2rad(lat2))*Math.sin(dLon/2)*Math.sin(dLon/2);return 6371*(2*Math.atan2(Math.sqrt(a),Math.sqrt(1-a)))},WPGMZA.Map.prototype.setCenter=function(latLng){if(!("lat"in latLng&&"lng"in latLng))throw new Error("Argument is not an object with lat and lng")},WPGMZA.Map.prototype.setDimensions=function(width,height){$(this.element).css({width:width}),$(this.engineElement).css({width:"100%",height:height})},WPGMZA.Map.prototype.addMarker=function(marker){if(!(marker instanceof WPGMZA.Marker))throw new Error("Argument must be an instance of WPGMZA.Marker");marker.map=this,marker.parent=this,this.markers.push(marker),this.dispatchEvent({type:"markeradded",marker:marker}),marker.dispatchEvent({type:"added"})},WPGMZA.Map.prototype.removeMarker=function(marker){if(!(marker instanceof WPGMZA.Marker))throw new Error("Argument must be an instance of WPGMZA.Marker");if(marker.map!==this)throw new Error("Wrong map error");marker.map=null,marker.parent=null,this.markers.splice(this.markers.indexOf(marker),1),this.dispatchEvent({type:"markerremoved",marker:marker}),marker.dispatchEvent({type:"removed"})},WPGMZA.Map.prototype.getMarkerByID=function(id){for(var i=0;i<this.markers.length;i++)if(this.markers[i].id==id)return this.markers[i];return null},WPGMZA.Map.prototype.removeMarkerByID=function(id){var marker=this.getMarkerByID(id);marker&&this.removeMarker(marker)},WPGMZA.Map.prototype.addPolygon=function(polygon){if(!(polygon instanceof WPGMZA.Polygon))throw new Error("Argument must be an instance of WPGMZA.Polygon");polygon.map=this,this.polygons.push(polygon),this.dispatchEvent({type:"polygonadded",polygon:polygon})},WPGMZA.Map.prototype.deletePolygon=function(polygon){if(!(polygon instanceof WPGMZA.Polygon))throw new Error("Argument must be an instance of WPGMZA.Polygon");if(polygon.map!==this)throw new Error("Wrong map error");polygon.map=null,this.polygons.splice(this.polygons.indexOf(polygon),1),this.dispatchEvent({type:"polygonremoved",polygon:polygon})},WPGMZA.Map.prototype.getPolygonByID=function(id){for(var i=0;i<this.polygons.length;i++)if(this.polygons[i].id==id)return this.polygons[i];return null},WPGMZA.Map.prototype.deletePolygonByID=function(id){var polygon=this.getPolygonByID(id);polygon&&this.deletePolygon(polygon)},WPGMZA.Map.prototype.getPolylineByID=function(id){for(var i=0;i<this.polylines.length;i++)if(this.polylines[i].id==id)return this.polylines[i];return null},WPGMZA.Map.prototype.addPolyline=function(polyline){if(!(polyline instanceof WPGMZA.Polyline))throw new Error("Argument must be an instance of WPGMZA.Polyline");polyline.map=this,this.polylines.push(polyline),this.dispatchEvent({type:"polylineadded",polyline:polyline})},WPGMZA.Map.prototype.deletePolyline=function(polyline){if(!(polyline instanceof WPGMZA.Polyline))throw new Error("Argument must be an instance of WPGMZA.Polyline");if(polyline.map!==this)throw new Error("Wrong map error");polyline.map=null,this.polylines.splice(this.polylines.indexOf(polyline),1),this.dispatchEvent({type:"polylineremoved",polyline:polyline})},WPGMZA.Map.prototype.getPolylineByID=function(id){for(var i=0;i<this.polylines.length;i++)if(this.polylines[i].id==id)return this.polylines[i];return null},WPGMZA.Map.prototype.deletePolylineByID=function(id){var polyline=this.getPolylineByID(id);polyline&&this.deletePolyline(polyline)},WPGMZA.Map.prototype.addCircle=function(circle){if(!(circle instanceof WPGMZA.Circle))throw new Error("Argument must be an instance of WPGMZA.Circle");circle.map=this,this.circles.push(circle),this.dispatchEvent({type:"circleadded",circle:circle})},WPGMZA.Map.prototype.removeCircle=function(circle){if(!(circle instanceof WPGMZA.Circle))throw new Error("Argument must be an instance of WPGMZA.Circle");if(circle.map!==this)throw new Error("Wrong map error");circle.map=null,this.circles.splice(this.circles.indexOf(circle),1),this.dispatchEvent({type:"circleremoved",circle:circle})},WPGMZA.Map.prototype.getCircleByID=function(id){for(var i=0;i<this.circles.length;i++)if(this.circles[i].id==id)return this.circles[i];return null},WPGMZA.Map.prototype.deleteCircleByID=function(id){var circle=this.getCircleByID(id);circle&&this.deleteCircle(circle)},WPGMZA.Map.prototype.nudge=function(x,y){var pixels=this.latLngToPixels(this.getCenter());if(pixels.x+=parseFloat(x),pixels.y+=parseFloat(y),isNaN(pixels.x)||isNaN(pixels.y))throw new Error("Invalid coordinates supplied");var latLng=this.pixelsToLatLng(pixels);this.setCenter(latLng)},WPGMZA.Map.prototype.onWindowResize=function(event){},WPGMZA.Map.prototype.onElementResized=function(event){},WPGMZA.Map.prototype.onBoundsChanged=function(event){this.trigger("boundschanged"),this.trigger("bounds_changed")},WPGMZA.Map.prototype.onIdle=function(event){this.trigger("idle")}}),jQuery(function($){WPGMZA.MapsEngineDialog=function(element){var self=this;this.element=element,window.wpgmzaUnbindSaveReminder&&window.wpgmzaUnbindSaveReminder(),$(element).show(),$(element).remodal().open(),$(element).find("input:radio").on("change",function(event){$("#wpgmza-confirm-engine").prop("disabled",!1)}),$("#wpgmza-confirm-engine").on("click",function(event){self.onButtonClicked(event)})},WPGMZA.MapsEngineDialog.prototype.onButtonClicked=function(event){$(event.target).prop("disabled",!0),$.ajax(WPGMZA.ajaxurl,{method:"POST",data:{action:"wpgmza_maps_engine_dialog_set_engine",engine:$("[name='wpgmza_maps_engine']:checked").val()},success:function(response,status,xhr){window.location.reload()}})},$(window).on("load",function(event){var element=$("#wpgmza-maps-engine-dialog");element.length&&(WPGMZA.settings.wpgmza_maps_engine_dialog_done||WPGMZA.settings.wpgmza_google_maps_api_key&&WPGMZA.settings.wpgmza_google_maps_api_key.length||(WPGMZA.mapsEngineDialog=new WPGMZA.MapsEngineDialog(element)))})}),jQuery(function($){WPGMZA.MarkerFilter=function(map){WPGMZA.EventDispatcher.call(this),this.map=map},WPGMZA.MarkerFilter.prototype=Object.create(WPGMZA.EventDispatcher.prototype),WPGMZA.MarkerFilter.prototype.constructor=WPGMZA.MarkerFilter,WPGMZA.MarkerFilter.createInstance=function(map){return new WPGMZA.MarkerFilter(map)},WPGMZA.MarkerFilter.prototype.getFilteringParameters=function(){var params={map_id:this.map.id};return this.map.storeLocator&&(params=$.extend(params,this.map.storeLocator.getFilteringParameters())),params},WPGMZA.MarkerFilter.prototype.update=function(){},WPGMZA.MarkerFilter.prototype.onFilteringComplete=function(results){}}),jQuery(function($){WPGMZA.Marker=function(row){var self=this;this._offset={x:0,y:0},WPGMZA.assertInstanceOf(this,"Marker"),this.lat="36.778261",this.lng="-119.4179323999",this.address="California",this.title=null,this.description="",this.link="",this.icon="",this.approved=1,this.pic=null,this.disableInfoWindow=!1,WPGMZA.MapObject.apply(this,arguments),row&&row.heatmap||(row&&this.on("init",function(event){row.position&&this.setPosition(row.position),row.map&&row.map.addMarker(this)}),this.addEventListener("added",function(event){self.onAdded(event)}))},WPGMZA.Marker.prototype=Object.create(WPGMZA.MapObject.prototype),WPGMZA.Marker.prototype.constructor=WPGMZA.Marker,WPGMZA.Marker.getConstructor=function(){switch(WPGMZA.settings.engine){case"open-layers":return WPGMZA.isProVersion()?WPGMZA.OLProMarker:WPGMZA.OLMarker;default:return WPGMZA.isProVersion()?WPGMZA.GoogleProMarker:WPGMZA.GoogleMarker}},WPGMZA.Marker.createInstance=function(row){return new(WPGMZA.Marker.getConstructor())(row)},WPGMZA.Marker.ANIMATION_NONE="0",WPGMZA.Marker.ANIMATION_BOUNCE="1",WPGMZA.Marker.ANIMATION_DROP="2",Object.defineProperty(WPGMZA.Marker.prototype,"offsetX",{get:function(){return this._offset.x},set:function(value){this._offset.x=value,this.updateOffset()}}),Object.defineProperty(WPGMZA.Marker.prototype,"offsetY",{get:function(){return this._offset.y},set:function(value){this._offset.y=value,this.updateOffset()}}),WPGMZA.Marker.prototype.onAdded=function(event){var self=this;this.addEventListener("click",function(event){self.onClick(event)}),this.addEventListener("mouseover",function(event){self.onMouseOver(event)}),this.addEventListener("select",function(event){self.onSelect(event)}),this.map.settings.marker==this.id&&self.trigger("select"),"1"==this.infoopen&&this.openInfoWindow()},WPGMZA.Marker.prototype.initInfoWindow=function(){this.infoWindow||(this.infoWindow=WPGMZA.InfoWindow.createInstance())},WPGMZA.Marker.prototype.openInfoWindow=function(){this.map?(this.map.lastInteractedMarker&&this.map.lastInteractedMarker.infoWindow.close(),this.map.lastInteractedMarker=this,this.initInfoWindow(),this.infoWindow.open(this.map,this)):console.warn("Cannot open infowindow for marker with no map")},WPGMZA.Marker.prototype.onClick=function(event){},WPGMZA.Marker.prototype.onSelect=function(event){this.openInfoWindow()},WPGMZA.Marker.prototype.onMouseOver=function(event){this.map.settings.info_window_open_by==WPGMZA.InfoWindow.OPEN_BY_HOVER&&this.openInfoWindow()},WPGMZA.Marker.prototype.getIcon=function(){function stripProtocol(url){return"string"!=typeof url?url:url.replace(/^http(s?):/,"")}return stripProtocol(WPGMZA.defaultMarkerIcon?WPGMZA.defaultMarkerIcon:WPGMZA.settings.default_marker_icon)},WPGMZA.Marker.prototype.getPosition=function(){return new WPGMZA.LatLng({lat:parseFloat(this.lat),lng:parseFloat(this.lng)})},WPGMZA.Marker.prototype.setPosition=function(latLng){latLng instanceof WPGMZA.LatLng?(this.lat=latLng.lat,this.lng=latLng.lng):(this.lat=parseFloat(latLng.lat),this.lng=parseFloat(latLng.lng))},WPGMZA.Marker.prototype.setOffset=function(x,y){this._offset.x=x,this._offset.y=y,this.updateOffset()},WPGMZA.Marker.prototype.updateOffset=function(){},WPGMZA.Marker.prototype.getAnimation=function(animation){return this.settings.animation},WPGMZA.Marker.prototype.setAnimation=function(animation){this.settings.animation=animation},WPGMZA.Marker.prototype.getVisible=function(){},WPGMZA.Marker.prototype.setVisible=function(visible){!visible&&this.infoWindow&&this.infoWindow.close()},WPGMZA.Marker.prototype.getMap=function(){return this.map},WPGMZA.Marker.prototype.setMap=function(map){map?map.addMarker(this):this.map&&this.map.removeMarker(this),this.map=map},WPGMZA.Marker.prototype.getDraggable=function(){},WPGMZA.Marker.prototype.setDraggable=function(draggable){},WPGMZA.Marker.prototype.setOptions=function(options){},WPGMZA.Marker.prototype.panIntoView=function(){if(!this.map)throw new Error("Marker hasn't been added to a map");this.map.setCenter(this.getPosition())},WPGMZA.Marker.prototype.toJSON=function(){var result=WPGMZA.MapObject.prototype.toJSON.call(this),position=this.getPosition();return $.extend(result,{lat:position.lat,lng:position.lng,address:this.address,title:this.title,description:this.description,link:this.link,icon:this.icon,pic:this.pic,approved:this.approved}),result}}),jQuery(function($){WPGMZA.ModernStoreLocatorCircle=function(map_id,settings){var map;map=WPGMZA.isProVersion()?this.map=MYMAP[map_id].map:this.map=MYMAP.map,this.map_id=map_id,this.mapElement=map.element,this.mapSize={width:$(this.mapElement).width(),height:$(this.mapElement).height()},this.initCanvasLayer(),this.settings={center:new WPGMZA.LatLng(0,0),radius:1,color:"#63AFF2",shadowColor:"white",shadowBlur:4,centerRingRadius:10,centerRingLineWidth:3,numInnerRings:9,innerRingLineWidth:1,innerRingFade:!0,numOuterRings:7,ringLineWidth:1,mainRingLineWidth:2,numSpokes:6,spokesStartAngle:Math.PI/2,numRadiusLabels:6,radiusLabelsStartAngle:Math.PI/2,radiusLabelFont:"13px sans-serif",visible:!1},settings&&this.setOptions(settings)},WPGMZA.ModernStoreLocatorCircle.createInstance=function(map,settings){return"google-maps"==WPGMZA.settings.engine?new WPGMZA.GoogleModernStoreLocatorCircle(map,settings):new WPGMZA.OLModernStoreLocatorCircle(map,settings)},WPGMZA.ModernStoreLocatorCircle.prototype.initCanvasLayer=function(){},WPGMZA.ModernStoreLocatorCircle.prototype.onResize=function(event){this.draw()},WPGMZA.ModernStoreLocatorCircle.prototype.onUpdate=function(event){this.draw()},WPGMZA.ModernStoreLocatorCircle.prototype.setOptions=function(options){for(var name in options){var functionName="set"+name.substr(0,1).toUpperCase()+name.substr(1);"function"==typeof this[functionName]?this[functionName](options[name]):this.settings[name]=options[name]}},WPGMZA.ModernStoreLocatorCircle.prototype.getResolutionScale=function(){return window.devicePixelRatio||1},WPGMZA.ModernStoreLocatorCircle.prototype.getCenter=function(){return this.getPosition()},WPGMZA.ModernStoreLocatorCircle.prototype.setCenter=function(value){this.setPosition(value)},WPGMZA.ModernStoreLocatorCircle.prototype.getPosition=function(){return this.settings.center},WPGMZA.ModernStoreLocatorCircle.prototype.setPosition=function(position){this.settings.center=position},WPGMZA.ModernStoreLocatorCircle.prototype.getRadius=function(){return this.settings.radius},WPGMZA.ModernStoreLocatorCircle.prototype.setRadius=function(radius){if(isNaN(radius))throw new Error("Invalid radius");this.settings.radius=radius},WPGMZA.ModernStoreLocatorCircle.prototype.getVisible=function(){return this.settings.visible},WPGMZA.ModernStoreLocatorCircle.prototype.setVisible=function(visible){this.settings.visible=visible},WPGMZA.ModernStoreLocatorCircle.prototype.getTransformedRadius=function(km){throw new Error("Abstract function called")},WPGMZA.ModernStoreLocatorCircle.prototype.getContext=function(type){throw new Error("Abstract function called")},WPGMZA.ModernStoreLocatorCircle.prototype.getCanvasDimensions=function(){throw new Error("Abstract function called")},WPGMZA.ModernStoreLocatorCircle.prototype.validateSettings=function(){WPGMZA.isHexColorString(this.settings.color)||(this.settings.color="#63AFF2")},WPGMZA.ModernStoreLocatorCircle.prototype.draw=function(){this.validateSettings();var settings=this.settings,canvasDimensions=this.getCanvasDimensions(),canvasWidth=canvasDimensions.width,canvasHeight=canvasDimensions.height;this.map,this.getResolutionScale();if(context=this.getContext("2d"),context.clearRect(0,0,canvasWidth,canvasHeight),settings.visible){context.shadowColor=settings.shadowColor,context.shadowBlur=settings.shadowBlur,context.setTransform(1,0,0,1,0,0);var scale=this.getScale();context.scale(scale,scale);var offset=this.getWorldOriginOffset();context.translate(offset.x,offset.y);new WPGMZA.LatLng(this.settings.center);var worldPoint=this.getCenterPixels(),rgba=WPGMZA.hexToRgba(settings.color),ringSpacing=this.getTransformedRadius(settings.radius)/(settings.numInnerRings+1);context.strokeStyle=settings.color,context.lineWidth=1/scale*settings.centerRingLineWidth,context.beginPath(),context.arc(worldPoint.x,worldPoint.y,this.getTransformedRadius(settings.centerRingRadius)/scale,0,2*Math.PI),context.stroke(),context.closePath();var end,spokeAngle,radius=this.getTransformedRadius(settings.radius)+ringSpacing*settings.numOuterRings+1,grad=context.createRadialGradient(0,0,0,0,0,radius),rgba=WPGMZA.hexToRgba(settings.color),start=WPGMZA.rgbaToString(rgba);rgba.a=0,end=WPGMZA.rgbaToString(rgba),grad.addColorStop(0,start),grad.addColorStop(1,end),context.save(),context.translate(worldPoint.x,worldPoint.y),context.strokeStyle=grad,context.lineWidth=2/scale;for(i=0;i<settings.numSpokes;i++)spokeAngle=settings.spokesStartAngle+2*Math.PI*(i/settings.numSpokes),x=Math.cos(spokeAngle)*radius,y=Math.sin(spokeAngle)*radius,context.setLineDash([2/scale,15/scale]),context.beginPath(),context.moveTo(0,0),context.lineTo(x,y),context.stroke();context.setLineDash([]),context.restore(),context.lineWidth=1/scale*settings.innerRingLineWidth;for(i=1;i<=settings.numInnerRings;i++){radius=i*ringSpacing;settings.innerRingFade&&(rgba.a=1-(i-1)/settings.numInnerRings),context.strokeStyle=WPGMZA.rgbaToString(rgba),context.beginPath(),context.arc(worldPoint.x,worldPoint.y,radius,0,2*Math.PI),context.stroke(),context.closePath()}context.strokeStyle=settings.color,context.lineWidth=1/scale*settings.centerRingLineWidth,context.beginPath(),context.arc(worldPoint.x,worldPoint.y,this.getTransformedRadius(settings.radius),0,2*Math.PI),context.stroke(),context.closePath();for(var radius=radius+ringSpacing,i=0;i<settings.numOuterRings;i++)settings.innerRingFade&&(rgba.a=1-i/settings.numOuterRings),context.strokeStyle=WPGMZA.rgbaToString(rgba),context.beginPath(),context.arc(worldPoint.x,worldPoint.y,radius,0,2*Math.PI),context.stroke(),context.closePath(),radius+=ringSpacing;if(settings.numRadiusLabels>0){var m,x,y,radius=this.getTransformedRadius(settings.radius);(m=settings.radiusLabelFont.match(/(\d+)px/))&&parseInt(m[1])/2*1.1/scale,context.font=settings.radiusLabelFont,context.textAlign="center",context.textBaseline="middle",context.fillStyle=settings.color,context.save(),context.translate(worldPoint.x,worldPoint.y);for(i=0;i<settings.numRadiusLabels;i++){var width,textAngle=(spokeAngle=settings.radiusLabelsStartAngle+2*Math.PI*(i/settings.numRadiusLabels))+Math.PI/2,text=settings.radiusString;Math.sin(spokeAngle)>0&&(textAngle-=Math.PI),x=Math.cos(spokeAngle)*radius,y=Math.sin(spokeAngle)*radius,context.save(),context.translate(x,y),context.rotate(textAngle),context.scale(1/scale,1/scale),width=context.measureText(text).width,height=width/2,context.clearRect(-width,-height,2*width,2*height),context.fillText(settings.radiusString,0,0),context.restore()}context.restore()}}}}),jQuery(function($){WPGMZA.ModernStoreLocator=function(map_id){var original,self=this,map=WPGMZA.getMapByID(map_id);if(WPGMZA.assertInstanceOf(this,"ModernStoreLocator"),(original=WPGMZA.isProVersion()?$(".wpgmza_sl_search_button[mid='"+map_id+"']").closest(".wpgmza_sl_main_div"):$(".wpgmza_sl_search_button").closest(".wpgmza_sl_main_div")).length){this.element=$("<div class='wpgmza-modern-store-locator'><div class='wpgmza-inner wpgmza-modern-hover-opaque'/></div>")[0];var inner=$(this.element).find(".wpgmza-inner"),titleSearch=$(original).find("[id='nameInput_"+map_id+"']");if(titleSearch.length){var placeholder=wpgmaps_localize[map_id].other_settings.store_locator_name_string;placeholder&&placeholder.length&&titleSearch.attr("placeholder",placeholder),inner.append(titleSearch)}var addressInput;addressInput=WPGMZA.isProVersion()?$(original).find(".addressInput"):$(original).find("#addressInput"),wpgmaps_localize[map_id].other_settings.store_locator_query_string&&wpgmaps_localize[map_id].other_settings.store_locator_query_string.length&&addressInput.attr("placeholder",wpgmaps_localize[map_id].other_settings.store_locator_query_string),inner.append(addressInput);var button;(button=$(original).find("button.wpgmza-use-my-location"))&&inner.append(button),$(addressInput).on("keydown",function(event){13==event.keyCode&&self.searchButton.is(":visible")&&self.searchButton.trigger("click")}),$(addressInput).on("input",function(event){self.searchButton.show(),self.resetButton.hide()}),inner.append($(original).find("select.wpgmza_sl_radius_select")),this.searchButton=$(original).find(".wpgmza_sl_search_button"),inner.append(this.searchButton),this.resetButton=$(original).find(".wpgmza_sl_reset_button_div"),inner.append(this.resetButton),this.resetButton.on("click",function(event){resetLocations(map_id)}),this.resetButton.hide(),WPGMZA.isProVersion()&&(this.searchButton.on("click",function(event){0!=$("addressInput_"+map_id).val()&&(self.searchButton.hide(),self.resetButton.show(),map.storeLocator.state=WPGMZA.StoreLocator.STATE_APPLIED)}),this.resetButton.on("click",function(event){self.resetButton.hide(),self.searchButton.show(),map.storeLocator.state=WPGMZA.StoreLocator.STATE_INITIAL})),inner.append($("#wpgmza_distance_type_"+map_id));var container=$(original).find(".wpgmza_cat_checkbox_holder"),numCategories=($(container).children("ul"),0),icons=[];$(container).find("li").each(function(index,el){var id=$(el).attr("class").match(/\d+/);for(var category_id in wpgmza_category_data)if(id==category_id){var src=wpgmza_category_data[category_id].image,icon=$('<div class="wpgmza-chip-icon"/>');icon.css({"background-image":"url('"+src+"')",width:$("#wpgmza_cat_checkbox_"+category_id+" + label").height()+"px"}),icons.push(icon),null!=src&&""!=src&&$("#wpgmza_cat_checkbox_"+category_id+" + label").prepend(icon),numCategories++;break}}),$(this.element).append(container),numCategories&&(this.optionsButton=$('<span class="wpgmza_store_locator_options_button"><i class="fa fa-list"></i></span>'),$(this.searchButton).before(this.optionsButton)),setInterval(function(){icons.forEach(function(icon){var height=$(icon).height();$(icon).css({width:height+"px"}),$(icon).closest("label").css({"padding-left":height+8+"px"})}),$(container).css("width",$(self.element).find(".wpgmza-inner").outerWidth()+"px")},1e3),$(this.element).find(".wpgmza_store_locator_options_button").on("click",function(event){container.hasClass("wpgmza-open")?container.removeClass("wpgmza-open"):container.addClass("wpgmza-open")}),$(original).remove(),$(this.element).find("input, select").on("focus",function(){$(inner).addClass("active")}),$(this.element).find("input, select").on("blur",function(){$(inner).removeClass("active")})}},WPGMZA.ModernStoreLocator.createInstance=function(map_id){return"google-maps"==WPGMZA.settings.engine?new WPGMZA.GoogleModernStoreLocator(map_id):new WPGMZA.OLModernStoreLocator(map_id)}}),jQuery(function($){WPGMZA.NativeMapsAppIcon=function(){navigator.userAgent.match(/^Apple|iPhone|iPad|iPod/)?(this.type="apple",this.element=$('<span><i class="fab fa-apple" aria-hidden="true"></i></span>')):(this.type="google",this.element=$('<span><i class="fab fa-google" aria-hidden="true"></i></span>'))}}),jQuery(function($){WPGMZA.Polygon=function(row,enginePolygon){WPGMZA.assertInstanceOf(this,"Polygon"),this.paths=null,this.title=null,this.name=null,this.link=null,WPGMZA.MapObject.apply(this,arguments)},WPGMZA.Polygon.prototype=Object.create(WPGMZA.MapObject.prototype),WPGMZA.Polygon.prototype.constructor=WPGMZA.Polygon,WPGMZA.Polygon.getConstructor=function(){switch(WPGMZA.settings.engine){case"open-layers":return WPGMZA.isProVersion()?WPGMZA.OLProPolygon:WPGMZA.OLPolygon;default:return WPGMZA.isProVersion()?WPGMZA.GoogleProPolygon:WPGMZA.GooglePolygon}},WPGMZA.Polygon.createInstance=function(row,engineObject){return new(WPGMZA.Polygon.getConstructor())(row,engineObject)},WPGMZA.Polygon.prototype.toJSON=function(){var result=WPGMZA.MapObject.prototype.toJSON.call(this);return $.extend(result,{name:this.name,title:this.title,link:this.link}),result}}),jQuery(function($){WPGMZA.Polyline=function(row,googlePolyline){WPGMZA.assertInstanceOf(this,"Polyline"),this.title=null,WPGMZA.MapObject.apply(this,arguments)},WPGMZA.Polyline.prototype=Object.create(WPGMZA.MapObject.prototype),WPGMZA.Polyline.prototype.constructor=WPGMZA.Polyline,WPGMZA.Polyline.getConstructor=function(){switch(WPGMZA.settings.engine){case"open-layers":return WPGMZA.OLPolyline;default:return WPGMZA.GooglePolyline}},WPGMZA.Polyline.createInstance=function(row,engineObject){return new(WPGMZA.Polyline.getConstructor())(row,engineObject)},WPGMZA.Polyline.prototype.getPoints=function(){return this.toJSON().points},WPGMZA.Polyline.prototype.toJSON=function(){var result=WPGMZA.MapObject.prototype.toJSON.call(this);return result.title=this.title,result}}),jQuery(function($){WPGMZA.PopoutPanel=function(){},WPGMZA.PopoutPanel.prototype.open=function(){$(this.element).addClass("wpgmza-open")},WPGMZA.PopoutPanel.prototype.close=function(){$(this.element).removeClass("wpgmza-open")}}),jQuery(function($){WPGMZA.RestAPI=function(){WPGMZA.RestAPI.URL=WPGMZA.resturl},WPGMZA.RestAPI.createInstance=function(){return new WPGMZA.RestAPI},WPGMZA.RestAPI.prototype.call=function(route,params){if("string"!=typeof route||!route.match(/^\//))throw new Error("Invalid route");return WPGMZA.RestAPI.URL.match(/\/$/)&&(route=route.replace(/^\//,"")),params||(params={}),params.beforeSend=function(xhr){xhr.setRequestHeader("X-WP-Nonce",WPGMZA.restnonce)},$.ajax(WPGMZA.RestAPI.URL+route,params)}}),jQuery(function($){WPGMZA.StoreLocator=function(map,element){var self=this;WPGMZA.EventDispatcher.call(this),this._center=null,this.map=map,this.element=element,this.state=WPGMZA.StoreLocator.STATE_INITIAL,this.map.on("storelocatorgeocodecomplete",function(event){self.onGeocodeComplete(event)}),$(document.body).on("click",".wpgmza_sl_search_button_"+map.id,function(event){self.onSearch(event)}),$(document.body).on("click",".wpgmza_sl_reset_button_"+map.id,function(event){self.onReset(event)})},WPGMZA.StoreLocator.prototype=Object.create(WPGMZA.EventDispatcher.prototype),WPGMZA.StoreLocator.prototype.constructor=WPGMZA.StoreLocator,WPGMZA.StoreLocator.STATE_INITIAL="initial",WPGMZA.StoreLocator.STATE_APPLIED="applied",WPGMZA.StoreLocator.createInstance=function(map,element){return new WPGMZA.StoreLocator(map,element)},Object.defineProperty(WPGMZA.StoreLocator.prototype,"radius",{get:function(){return $("#radiusSelect_"+this.map.id).val()}}),Object.defineProperty(WPGMZA.StoreLocator.prototype,"center",{get:function(){return this._center}}),WPGMZA.StoreLocator.prototype.onGeocodeComplete=function(event){event.results&&event.results.length?this._center=new WPGMZA.LatLng(event.results[0].latLng):this._center=null,this.map.markerFilter.update()},WPGMZA.StoreLocator.prototype.onSearch=function(event){this.state=WPGMZA.StoreLocator.STATE_APPLIED},WPGMZA.StoreLocator.prototype.onReset=function(event){this.state=WPGMZA.StoreLocator.STATE_INITIAL,this._center=null,this.map.markerFilter.update()},WPGMZA.StoreLocator.prototype.getFilteringParameters=function(){return this.center?{center:this.center,radius:this.radius}:{}}}),jQuery(function($){WPGMZA.Text=function(options){if(options)for(var name in options)this[name]=options[name]},WPGMZA.Text.createInstance=function(options){return WPGMZA.settings.engine,new WPGMZA.Text(options)}}),jQuery(function($){function isPositiveInteger(x){return/^\d+$/.test(x)}function validateParts(parts){for(var i=0;i<parts.length;++i)if(!isPositiveInteger(parts[i]))return!1;return!0}WPGMZA.Version=function(){},WPGMZA.Version.compare=function(v1,v2){var v1parts=v1.split("."),v2parts=v2.split(".");if(!validateParts(v1parts)||!validateParts(v2parts))return NaN;for(var i=0;i<v1parts.length;++i){if(v2parts.length===i)return 1;if(v1parts[i]!==v2parts[i])return v1parts[i]>v2parts[i]?1:-1}return v1parts.length!=v2parts.length?-1:0}}),jQuery(function($){WPGMZA.Integration={},WPGMZA.integrationModules={}}),jQuery(function($){if(window.wp&&wp.i18n&&wp.blocks&&wp.editor){var __=wp.i18n.__,registerBlockType=wp.blocks.registerBlockType,_wp$editor=wp.editor,InspectorControls=_wp$editor.InspectorControls,_wp$components=(_wp$editor.BlockControls,wp.components),Dashicon=_wp$components.Dashicon,PanelBody=(_wp$components.Toolbar,_wp$components.Button,_wp$components.Tooltip,_wp$components.PanelBody);_wp$components.TextareaControl,_wp$components.CheckboxControl,_wp$components.TextControl,_wp$components.SelectControl,_wp$components.RichText;WPGMZA.Integration.Gutenberg=function(){registerBlockType("gutenberg-wpgmza/block",this.getBlockDefinition())},WPGMZA.Integration.Gutenberg.prototype.getBlockTitle=function(){return __("WP Google Maps")},WPGMZA.Integration.Gutenberg.prototype.getBlockInspectorControls=function(props){return React.createElement(InspectorControls,{key:"inspector"},React.createElement(PanelBody,{title:__("Map Settings")},React.createElement("p",{class:"map-block-gutenberg-button-container"},React.createElement("a",{href:WPGMZA.adminurl+"admin.php?page=wp-google-maps-menu&action=edit&map_id=1",target:"_blank",class:"button button-primary"},React.createElement("i",{class:"fa fa-pencil-square-o","aria-hidden":"true"}),__("Go to Map Editor"))),React.createElement("p",{class:"map-block-gutenberg-button-container"},React.createElement("a",{href:"https://www.wpgmaps.com/documentation/creating-your-first-map/",target:"_blank",class:"button button-primary"},React.createElement("i",{class:"fa fa-book","aria-hidden":"true"}),__("View Documentation")))))},WPGMZA.Integration.Gutenberg.prototype.getBlockAttributes=function(){return{}},WPGMZA.Integration.Gutenberg.prototype.getBlockDefinition=function(props){var _this=this;return{title:__("WP Google Maps"),description:__("The easiest to use Google Maps plugin! Create custom Google Maps with high quality markers containing locations, descriptions, images and links. Add your customized map to your WordPress posts and/or pages quickly and easily with the supplied shortcode. No fuss."),category:"common",icon:"location-alt",keywords:[__("Map"),__("Maps"),__("Google")],attributes:this.getBlockAttributes(),edit:function(props){return[!!props.isSelected&&_this.getBlockInspectorControls(props),React.createElement("div",{className:props.className+" wpgmza-gutenberg-block"},React.createElement(Dashicon,{icon:"location-alt"}),React.createElement("span",{class:"wpgmza-gutenberg-block-title"},__("Your map will appear here on your websites front end")))]},save:function(props){return null}}},WPGMZA.Integration.Gutenberg.getConstructor=function(){return WPGMZA.Integration.Gutenberg},WPGMZA.Integration.Gutenberg.createInstance=function(){return new(WPGMZA.Integration.Gutenberg.getConstructor())},WPGMZA.isProVersion()||/^6/.test(WPGMZA.pro_version)||(WPGMZA.integrationModules.gutenberg=WPGMZA.Integration.Gutenberg.createInstance())}}),jQuery(function($){WPGMZA.GoogleUICompatibility=function(){if(!(navigator.vendor&&navigator.vendor.indexOf("Apple")>-1&&navigator.userAgent&&-1==navigator.userAgent.indexOf("CriOS")&&-1==navigator.userAgent.indexOf("FxiOS"))){var style=$("<style id='wpgmza-google-ui-compatiblity-fix'/>");style.html(".wpgmza_map img:not(button img) { padding:0 !important; }"),$(document.head).append(style)}},WPGMZA.googleUICompatibility=new WPGMZA.GoogleUICompatibility}),jQuery(function($){WPGMZA.GoogleCircle=function(options,googleCircle){var self=this;if(WPGMZA.Circle.call(this,options,googleCircle),googleCircle?this.googleCircle=googleCircle:(this.googleCircle=new google.maps.Circle,this.googleCircle.wpgmzaCircle=this),google.maps.event.addListener(this.googleCircle,"click",function(){self.dispatchEvent({type:"click"})}),options){var googleOptions={};delete(googleOptions=$.extend({},options)).map,delete googleOptions.center,options.center&&(googleOptions.center=new google.maps.LatLng({lat:options.center.lat,lng:options.center.lng})),this.googleCircle.setOptions(googleOptions),options.map&&options.map.addCircle(this)}},WPGMZA.GoogleCircle.prototype=Object.create(WPGMZA.Circle.prototype),WPGMZA.GoogleCircle.prototype.constructor=WPGMZA.GoogleCircle}),jQuery(function($){WPGMZA.GoogleGeocoder=function(){},WPGMZA.GoogleGeocoder.prototype=Object.create(WPGMZA.Geocoder.prototype),WPGMZA.GoogleGeocoder.prototype.constructor=WPGMZA.GoogleGeocoder,WPGMZA.GoogleGeocoder.prototype.getLatLngFromAddress=function(options,callback){if(!options||!options.address)throw new Error("No address specified");if(WPGMZA.isLatLngString(options.address))return WPGMZA.Geocoder.prototype.getLatLngFromAddress.call(this,options,callback);options.country&&(options.componentRestrictions={country:options.country}),(new google.maps.Geocoder).geocode(options,function(results,status){if(status==google.maps.GeocoderStatus.OK){var location=results[0].geometry.location,latLng={lat:location.lat(),lng:location.lng()};callback(results=[{geometry:{location:latLng},latLng:latLng,lat:latLng.lat,lng:latLng.lng}],WPGMZA.Geocoder.SUCCESS)}else{var nativeStatus=WPGMZA.Geocoder.FAIL;status==google.maps.GeocoderStatus.ZERO_RESULTS&&(nativeStatus=WPGMZA.Geocoder.ZERO_RESULTS),callback(null,nativeStatus)}})},WPGMZA.GoogleGeocoder.prototype.getAddressFromLatLng=function(options,callback){if(!options||!options.latLng)throw new Error("No latLng specified");var latLng=new WPGMZA.LatLng(options.latLng),geocoder=new google.maps.Geocoder;delete(options=$.extend(options,{location:{lat:latLng.lat,lng:latLng.lng}})).latLng,geocoder.geocode(options,function(results,status){"OK"!==status&&callback(null,WPGMZA.Geocoder.FAIL),results&&results.length||callback([],WPGMZA.Geocoder.NO_RESULTS),callback([results[0].formatted_address],WPGMZA.Geocoder.SUCCESS)})}}),jQuery(function($){"google-maps"==WPGMZA.settings.engine&&window.google&&window.google.maps&&(WPGMZA.GoogleHTMLOverlay=function(map){this.element=$("<div class='wpgmza-google-html-overlay'></div>"),this.visible=!0,this.position=new WPGMZA.LatLng,this.setMap(map.googleMap),this.wpgmzaMap=map},WPGMZA.GoogleHTMLOverlay.prototype=new google.maps.OverlayView,WPGMZA.GoogleHTMLOverlay.prototype.onAdd=function(){this.getPanes().overlayMouseTarget.appendChild(this.element[0])},WPGMZA.GoogleHTMLOverlay.prototype.onRemove=function(){this.element&&$(this.element).parent().length&&($(this.element).remove(),this.element=null)},WPGMZA.GoogleHTMLOverlay.prototype.draw=function(){this.updateElementPosition()},WPGMZA.GoogleHTMLOverlay.prototype.updateElementPosition=function(){var projection=this.getProjection();if(projection){var pixels=projection.fromLatLngToDivPixel(this.position.toGoogleLatLng());$(this.element).css({left:pixels.x,top:pixels.y})}})}),jQuery(function($){var Parent;WPGMZA.GoogleInfoWindow=function(mapObject){Parent.call(this,mapObject),this.setMapObject(mapObject)},Parent=WPGMZA.isProVersion()?WPGMZA.ProInfoWindow:WPGMZA.InfoWindow,WPGMZA.GoogleInfoWindow.prototype=Object.create(Parent.prototype),WPGMZA.GoogleInfoWindow.prototype.constructor=WPGMZA.GoogleInfoWindow,WPGMZA.GoogleInfoWindow.prototype.setMapObject=function(mapObject){mapObject instanceof WPGMZA.Marker?this.googleObject=mapObject.googleMarker:mapObject instanceof WPGMZA.Polygon?this.googleObject=mapObject.googlePolygon:mapObject instanceof WPGMZA.Polyline&&(this.googleObject=mapObject.googlePolyline)},WPGMZA.GoogleInfoWindow.prototype.createGoogleInfoWindow=function(){var self=this;this.googleInfoWindow||(this.googleInfoWindow=new google.maps.InfoWindow,google.maps.event.addListener(this.googleInfoWindow,"closeclick",function(event){self.mapObject.map.trigger("infowindowclose")}))},WPGMZA.GoogleInfoWindow.prototype.open=function(map,mapObject){var self=this;if(!Parent.prototype.open.call(this,map,mapObject))return!1;this.parent=map,this.createGoogleInfoWindow(),this.setMapObject(mapObject),this.googleInfoWindow.open(this.mapObject.map.googleMap,this.googleObject);var guid=WPGMZA.guid(),html="<div id='"+guid+"'>"+this.content+"</div>";this.googleInfoWindow.setContent(html);var intervalID;return intervalID=setInterval(function(event){div=$("#"+guid),div.length&&(div[0].wpgmzaMapObject=self.mapObject,self.element=div[0],self.trigger("infowindowopen"),clearInterval(intervalID))},50),!0},WPGMZA.GoogleInfoWindow.prototype.close=function(){this.googleInfoWindow&&(WPGMZA.InfoWindow.prototype.close.call(this),this.googleInfoWindow.close())},WPGMZA.GoogleInfoWindow.prototype.setContent=function(html){Parent.prototype.setContent.call(this,html),this.content=html,this.createGoogleInfoWindow(),this.googleInfoWindow.setContent(html)},WPGMZA.GoogleInfoWindow.prototype.setOptions=function(options){Parent.prototype.setOptions.call(this,options),this.createGoogleInfoWindow(),this.googleInfoWindow.setOptions(options)}}),jQuery(function($){var Parent;WPGMZA.GoogleMap=function(element,options){var self=this;if(Parent.call(this,element,options),!window.google){var status=WPGMZA.googleAPIStatus,message="Google API not loaded";if(status&&status.message&&(message+=" - "+status.message),"USER_CONSENT_NOT_GIVEN"==status.code)return;throw $(element).html("<div class='notice notice-error'><p>"+WPGMZA.localized_strings.google_api_not_loaded+"<pre>"+message+"</pre></p></div>"),new Error(message)}this.loadGoogleMap(),options&&this.setOptions(options),google.maps.event.addListener(this.googleMap,"click",function(event){var wpgmzaEvent=new WPGMZA.Event("click");wpgmzaEvent.latLng={lat:event.latLng.lat(),lng:event.latLng.lng()},self.dispatchEvent(wpgmzaEvent)}),google.maps.event.addListener(this.googleMap,"rightclick",function(event){var wpgmzaEvent=new WPGMZA.Event("rightclick");wpgmzaEvent.latLng={lat:event.latLng.lat(),lng:event.latLng.lng()},self.dispatchEvent(wpgmzaEvent)}),google.maps.event.addListener(this.googleMap,"dragend",function(event){self.dispatchEvent("dragend")}),google.maps.event.addListener(this.googleMap,"zoom_changed",function(event){self.dispatchEvent("zoom_changed"),self.dispatchEvent("zoomchanged")}),google.maps.event.addListener(this.googleMap,"idle",function(event){self.onIdle(event)}),WPGMZA.isProVersion()||(this.trigger("init"),this.dispatchEvent("created"),WPGMZA.events.dispatchEvent({type:"mapcreated",map:this}))},WPGMZA.isProVersion()?(Parent=WPGMZA.ProMap,WPGMZA.GoogleMap.prototype=Object.create(WPGMZA.ProMap.prototype)):(Parent=WPGMZA.Map,WPGMZA.GoogleMap.prototype=Object.create(WPGMZA.Map.prototype)),WPGMZA.GoogleMap.prototype.constructor=WPGMZA.GoogleMap,WPGMZA.GoogleMap.prototype.loadGoogleMap=function(){var self=this,options=this.settings.toGoogleMapsOptions();this.googleMap=new google.maps.Map(this.engineElement,options),google.maps.event.addListener(this.googleMap,"bounds_changed",function(){self.onBoundsChanged()}),1==this.settings.bicycle&&this.enableBicycleLayer(!0),1==this.settings.traffic&&this.enableTrafficLayer(!0),1==this.settings.transport&&this.enablePublicTransportLayer(!0),this.showPointsOfInterest(this.settings.show_points_of_interest),$(this.engineElement).append($(this.element).find(".wpgmza-loader"))},WPGMZA.GoogleMap.prototype.setOptions=function(options){Parent.prototype.setOptions.call(this,options);var converted=$.extend(options,this.settings.toGoogleMapsOptions()),clone=$.extend({},converted);!clone.center instanceof google.maps.LatLng&&(clone.center instanceof WPGMZA.LatLng||"object"==typeof clone.center)&&(clone.center={lat:parseFloat(clone.center.lat),lng:parseFloat(clone.center.lng)}),this.googleMap.setOptions(clone)},WPGMZA.GoogleMap.prototype.addMarker=function(marker){marker.googleMarker.setMap(this.googleMap),Parent.prototype.addMarker.call(this,marker)},WPGMZA.GoogleMap.prototype.removeMarker=function(marker){marker.googleMarker.setMap(null),Parent.prototype.removeMarker.call(this,marker)},WPGMZA.GoogleMap.prototype.addPolygon=function(polygon){polygon.googlePolygon.setMap(this.googleMap),Parent.prototype.addPolygon.call(this,polygon)},WPGMZA.GoogleMap.prototype.removePolygon=function(polygon){polygon.googlePolygon.setMap(null),Parent.prototype.removePolygon.call(this,polygon)},WPGMZA.GoogleMap.prototype.addPolyline=function(polyline){polyline.googlePolyline.setMap(this.googleMap),Parent.prototype.addPolyline.call(this,polyline)},WPGMZA.GoogleMap.prototype.removePolyline=function(polyline){polyline.googlePolyline.setMap(null),Parent.prototype.removePolyline.call(this,polyline)},WPGMZA.GoogleMap.prototype.addCircle=function(circle){circle.googleCircle.setMap(this.googleMap),Parent.prototype.addCircle.call(this,circle)},WPGMZA.GoogleMap.prototype.removeCircle=function(circle){circle.googleCircle.setMap(null),Parent.prototype.removeCircle.call(this,circle)},WPGMZA.GoogleMap.prototype.getCenter=function(){var latLng=this.googleMap.getCenter();return{lat:latLng.lat(),lng:latLng.lng()}},WPGMZA.GoogleMap.prototype.setCenter=function(latLng){WPGMZA.Map.prototype.setCenter.call(this,latLng),latLng instanceof WPGMZA.LatLng?this.googleMap.setCenter({lat:latLng.lat,lng:latLng.lng}):this.googleMap.setCenter(latLng)},WPGMZA.GoogleMap.prototype.panTo=function(latLng){latLng instanceof WPGMZA.LatLng?this.googleMap.panTo({lat:latLng.lat,lng:latLng.lng}):this.googleMap.panTo(latLng)},WPGMZA.GoogleMap.prototype.getZoom=function(){return this.googleMap.getZoom()},WPGMZA.GoogleMap.prototype.setZoom=function(value){if(isNaN(value))throw new Error("Value must not be NaN");return this.googleMap.setZoom(parseInt(value))},WPGMZA.GoogleMap.prototype.getBounds=function(){var bounds=this.googleMap.getBounds(),northEast=bounds.getNorthEast(),southWest=bounds.getSouthWest(),nativeBounds=new WPGMZA.LatLngBounds({});return nativeBounds.north=northEast.lat(),nativeBounds.south=southWest.lat(),nativeBounds.west=southWest.lng(),nativeBounds.east=northEast.lng(),nativeBounds.topLeft={lat:northEast.lat(),lng:southWest.lng()},nativeBounds.bottomRight={lat:southWest.lat(),lng:northEast.lng()},nativeBounds},WPGMZA.GoogleMap.prototype.fitBounds=function(southWest,northEast){if(southWest instanceof WPGMZA.LatLng&&(southWest={lat:southWest.lat,lng:southWest.lng}),northEast instanceof WPGMZA.LatLng)northEast={lat:northEast.lat,lng:northEast.lng};else if(southWest instanceof WPGMZA.LatLngBounds){var bounds=southWest;southWest={lat:bounds.south,lng:bounds.west},northEast={lat:bounds.north,lng:bounds.east}}var nativeBounds=new google.maps.LatLngBounds(southWest,northEast);this.googleMap.fitBounds(nativeBounds)},WPGMZA.GoogleMap.prototype.fitBoundsToVisibleMarkers=function(){for(var bounds=new google.maps.LatLngBounds,i=0;i<this.markers.length;i++)markers[i].getVisible()&&bounds.extend(markers[i].getPosition());this.googleMap.fitBounds(bounds)},WPGMZA.GoogleMap.prototype.enableBicycleLayer=function(enable){this.bicycleLayer||(this.bicycleLayer=new google.maps.BicyclingLayer),this.bicycleLayer.setMap(enable?this.googleMap:null)},WPGMZA.GoogleMap.prototype.enableTrafficLayer=function(enable){this.trafficLayer||(this.trafficLayer=new google.maps.TrafficLayer),this.trafficLayer.setMap(enable?this.googleMap:null)},WPGMZA.GoogleMap.prototype.enablePublicTransportLayer=function(enable){this.publicTransportLayer||(this.publicTransportLayer=new google.maps.TransitLayer),this.publicTransportLayer.setMap(enable?this.googleMap:null)},WPGMZA.GoogleMap.prototype.showPointsOfInterest=function(show){var text=$("textarea[name='theme_data']").val();if(text){var styles=JSON.parse(text);styles.push({featureType:"poi",stylers:[{visibility:show?"on":"off"}]}),this.googleMap.setOptions({styles:styles})}},WPGMZA.GoogleMap.prototype.getMinZoom=function(){return parseInt(this.settings.min_zoom)},WPGMZA.GoogleMap.prototype.setMinZoom=function(value){this.googleMap.setOptions({minZoom:value,maxZoom:this.getMaxZoom()})},WPGMZA.GoogleMap.prototype.getMaxZoom=function(){return parseInt(this.settings.max_zoom)},WPGMZA.GoogleMap.prototype.setMaxZoom=function(value){this.googleMap.setOptions({minZoom:this.getMinZoom(),maxZoom:value})},WPGMZA.GoogleMap.prototype.latLngToPixels=function(latLng){var map=this.googleMap,nativeLatLng=new google.maps.LatLng({lat:parseFloat(latLng.lat),lng:parseFloat(latLng.lng)}),topRight=map.getProjection().fromLatLngToPoint(map.getBounds().getNorthEast()),bottomLeft=map.getProjection().fromLatLngToPoint(map.getBounds().getSouthWest()),scale=Math.pow(2,map.getZoom()),worldPoint=map.getProjection().fromLatLngToPoint(nativeLatLng);return{x:(worldPoint.x-bottomLeft.x)*scale,y:(worldPoint.y-topRight.y)*scale}},WPGMZA.GoogleMap.prototype.pixelsToLatLng=function(x,y){void 0==y&&("x"in x&&"y"in x?(y=x.y,x=x.x):console.warn("Y coordinate undefined in pixelsToLatLng (did you mean to pass 2 arguments?)"));var map=this.googleMap,topRight=map.getProjection().fromLatLngToPoint(map.getBounds().getNorthEast()),bottomLeft=map.getProjection().fromLatLngToPoint(map.getBounds().getSouthWest()),scale=Math.pow(2,map.getZoom()),worldPoint=new google.maps.Point(x/scale+bottomLeft.x,y/scale+topRight.y),latLng=map.getProjection().fromPointToLatLng(worldPoint);return{lat:latLng.lat(),lng:latLng.lng()}},WPGMZA.GoogleMap.prototype.onElementResized=function(event){this.googleMap&&google.maps.event.trigger(this.googleMap,"resize")}}),jQuery(function($){var Parent;WPGMZA.GoogleMarker=function(row){var self=this;Parent.call(this,row);var settings={};if(row)for(var name in row)row[name]instanceof WPGMZA.LatLng?settings[name]=row[name].toGoogleLatLng():row[name]instanceof WPGMZA.Map||(settings[name]=row[name]);this.googleMarker=new google.maps.Marker(settings),this.googleMarker.wpgmzaMarker=this,this.googleMarker.setPosition(new google.maps.LatLng({lat:parseFloat(this.lat),lng:parseFloat(this.lng)})),this.googleMarker.setLabel(this.settings.label),this.animation&&this.googleMarker.setAnimation(this.animation),google.maps.event.addListener(this.googleMarker,"click",function(){self.dispatchEvent("click"),self.dispatchEvent("select")}),google.maps.event.addListener(this.googleMarker,"mouseover",function(){self.dispatchEvent("mouseover")}),google.maps.event.addListener(this.googleMarker,"dragend",function(){var googleMarkerPosition=self.googleMarker.getPosition();self.setPosition({lat:googleMarkerPosition.lat(),lng:googleMarkerPosition.lng()}),self.dispatchEvent({type:"dragend",latLng:self.getPosition()})}),this.trigger("init")},Parent=WPGMZA.isProVersion()?WPGMZA.ProMarker:WPGMZA.Marker,WPGMZA.GoogleMarker.prototype=Object.create(Parent.prototype),WPGMZA.GoogleMarker.prototype.constructor=WPGMZA.GoogleMarker,WPGMZA.GoogleMarker.prototype.setLabel=function(label){label?(this.googleMarker.setLabel({text:label}),this.googleMarker.getIcon()||this.googleMarker.setIcon(WPGMZA.settings.default_marker_icon)):this.googleMarker.setLabel(null)},WPGMZA.GoogleMarker.prototype.setPosition=function(latLng){Parent.prototype.setPosition.call(this,latLng),this.googleMarker.setPosition({lat:this.lat,lng:this.lng})},WPGMZA.GoogleMarker.prototype.updateOffset=function(){var params,self=this,icon=this.googleMarker.getIcon(),img=new Image,x=this._offset.x,y=this._offset.y;icon||(icon=WPGMZA.settings.default_marker_icon),params="string"==typeof icon?{url:icon}:icon,img.onload=function(){var defaultAnchor={x:img.width/2,y:img.height};params.anchor=new google.maps.Point(defaultAnchor.x-x,defaultAnchor.y-y),self.googleMarker.setIcon(params)},img.src=params.url},WPGMZA.GoogleMarker.prototype.setOptions=function(options){this.googleMarker.setOptions(options)},WPGMZA.GoogleMarker.prototype.setAnimation=function(animation){Parent.prototype.setAnimation.call(this,animation),this.googleMarker.setAnimation(animation)},WPGMZA.GoogleMarker.prototype.setVisible=function(visible){Parent.prototype.setVisible.call(this,visible),this.googleMarker.setVisible(!!visible)},WPGMZA.GoogleMarker.prototype.getVisible=function(visible){return this.googleMarker.getVisible()},WPGMZA.GoogleMarker.prototype.setDraggable=function(draggable){this.googleMarker.setDraggable(draggable)}}),jQuery(function($){WPGMZA.GoogleModernStoreLocatorCircle=function(map,settings){var self=this;WPGMZA.ModernStoreLocatorCircle.call(this,map,settings),this.intervalID=setInterval(function(){var mapSize={width:$(self.mapElement).width(),height:$(self.mapElement).height()};mapSize.width==self.mapSize.width&&mapSize.height==self.mapSize.height||(self.canvasLayer.resize_(),self.canvasLayer.draw(),self.mapSize=mapSize)},1e3),$(document).bind("webkitfullscreenchange mozfullscreenchange fullscreenchange",function(){self.canvasLayer.resize_(),self.canvasLayer.draw()})},WPGMZA.GoogleModernStoreLocatorCircle.prototype=Object.create(WPGMZA.ModernStoreLocatorCircle.prototype),WPGMZA.GoogleModernStoreLocatorCircle.prototype.constructor=WPGMZA.GoogleModernStoreLocatorCircle,WPGMZA.GoogleModernStoreLocatorCircle.prototype.initCanvasLayer=function(){var self=this;this.canvasLayer&&(this.canvasLayer.setMap(null),this.canvasLayer.setAnimate(!1)),this.canvasLayer=new CanvasLayer({map:this.map.googleMap,resizeHandler:function(event){self.onResize(event)},updateHandler:function(event){self.onUpdate(event)},animate:!0,resolutionScale:this.getResolutionScale()})},WPGMZA.GoogleModernStoreLocatorCircle.prototype.setOptions=function(options){WPGMZA.ModernStoreLocatorCircle.prototype.setOptions.call(this,options),this.canvasLayer.scheduleUpdate()},WPGMZA.GoogleModernStoreLocatorCircle.prototype.setPosition=function(position){WPGMZA.ModernStoreLocatorCircle.prototype.setPosition.call(this,position),this.canvasLayer.scheduleUpdate()},WPGMZA.GoogleModernStoreLocatorCircle.prototype.setRadius=function(radius){WPGMZA.ModernStoreLocatorCircle.prototype.setRadius.call(this,radius),this.canvasLayer.scheduleUpdate()},WPGMZA.GoogleModernStoreLocatorCircle.prototype.getTransformedRadius=function(km){var spherical=google.maps.geometry.spherical,center=this.settings.center,equator=new WPGMZA.LatLng({lat:0,lng:0}),latitude=new WPGMZA.LatLng({lat:center.lat,lng:0}),offsetAtEquator=spherical.computeOffset(equator.toGoogleLatLng(),1e3*km,90),result=.006395*km*(spherical.computeOffset(latitude.toGoogleLatLng(),1e3*km,90).lng()/offsetAtEquator.lng());if(isNaN(result))throw new Error("here");return result},WPGMZA.GoogleModernStoreLocatorCircle.prototype.getCanvasDimensions=function(){return{width:this.canvasLayer.canvas.width,height:this.canvasLayer.canvas.height}},WPGMZA.GoogleModernStoreLocatorCircle.prototype.getWorldOriginOffset=function(){var position=this.map.googleMap.getProjection().fromLatLngToPoint(this.canvasLayer.getTopLeft());return{x:-position.x,y:-position.y}},WPGMZA.GoogleModernStoreLocatorCircle.prototype.getCenterPixels=function(){var center=new WPGMZA.LatLng(this.settings.center);return this.map.googleMap.getProjection().fromLatLngToPoint(center.toGoogleLatLng())},WPGMZA.GoogleModernStoreLocatorCircle.prototype.getContext=function(type){return this.canvasLayer.canvas.getContext("2d")},WPGMZA.GoogleModernStoreLocatorCircle.prototype.getScale=function(){return Math.pow(2,this.map.getZoom())*this.getResolutionScale()},WPGMZA.GoogleModernStoreLocatorCircle.prototype.setVisible=function(visible){WPGMZA.ModernStoreLocatorCircle.prototype.setVisible.call(this,visible),this.canvasLayer.scheduleUpdate()},WPGMZA.GoogleModernStoreLocatorCircle.prototype.destroy=function(){this.canvasLayer.setMap(null),this.canvasLayer=null,clearInterval(this.intervalID)}}),jQuery(function($){WPGMZA.GoogleModernStoreLocator=function(map_id){this.map=WPGMZA.getMapByID(map_id),WPGMZA.ModernStoreLocator.call(this,map_id);var options={fields:["name","formatted_address"],types:["geocode"]},restrict=wpgmaps_localize[map_id].other_settings.wpgmza_store_locator_restrict;this.addressInput=$(this.element).find(".addressInput, #addressInput")[0],this.addressInput&&(restrict&&restrict.length&&(options.componentRestrictions={country:restrict}),this.autoComplete=new google.maps.places.Autocomplete(this.addressInput,options)),this.map.googleMap.controls[google.maps.ControlPosition.TOP_CENTER].push(this.element)},WPGMZA.GoogleModernStoreLocator.prototype=Object.create(WPGMZA.ModernStoreLocator.prototype),WPGMZA.GoogleModernStoreLocator.prototype.constructor=WPGMZA.GoogleModernStoreLocator}),jQuery(function($){var Parent;WPGMZA.GooglePolygon=function(row,googlePolygon){var self=this;if(Parent.call(this,row,googlePolygon),googlePolygon)this.googlePolygon=googlePolygon;else if(this.googlePolygon=new google.maps.Polygon(this.settings),row&&row.points){var paths=this.parseGeometry(row.points);this.googlePolygon.setOptions({paths:paths})}this.googlePolygon.wpgmzaPolygon=this,google.maps.event.addListener(this.googlePolygon,"click",function(){self.dispatchEvent({type:"click"})})},Parent=WPGMZA.isProVersion()?WPGMZA.ProPolygon:WPGMZA.Polygon,WPGMZA.GooglePolygon.prototype=Object.create(Parent.prototype),WPGMZA.GooglePolygon.prototype.constructor=WPGMZA.GooglePolygon,WPGMZA.GooglePolygon.prototype.getEditable=function(){return this.googlePolygon.getOptions().editable},WPGMZA.GooglePolygon.prototype.setEditable=function(value){this.googlePolygon.setOptions({editable:value})},WPGMZA.GooglePolygon.prototype.toJSON=function(){var result=WPGMZA.Polygon.prototype.toJSON.call(this);result.points=[];for(var path=this.googlePolygon.getPath(),i=0;i<path.getLength();i++){var latLng=path.getAt(i);result.points.push({lat:latLng.lat(),lng:latLng.lng()})}return result}}),jQuery(function($){WPGMZA.GooglePolyline=function(row,googlePolyline){var self=this;if(WPGMZA.Polyline.call(this,row,googlePolyline),googlePolyline)this.googlePolyline=googlePolyline;else if(this.googlePolyline=new google.maps.Polyline(this.settings),this.googlePolyline.wpgmzaPolyline=this,row&&row.points){var path=this.parseGeometry(row.points);this.setPoints(path)}google.maps.event.addListener(this.googlePolyline,"click",function(){self.dispatchEvent({type:"click"})})},WPGMZA.GooglePolyline.prototype=Object.create(WPGMZA.Polyline.prototype),WPGMZA.GooglePolyline.prototype.constructor=WPGMZA.GooglePolyline,WPGMZA.GooglePolyline.prototype.setEditable=function(value){this.googlePolyline.setOptions({editable:value})},WPGMZA.GooglePolyline.prototype.setPoints=function(points){this.googlePolyline.setOptions({path:points})},WPGMZA.GooglePolyline.prototype.toJSON=function(){var result=WPGMZA.Polyline.prototype.toJSON.call(this);result.points=[];for(var path=this.googlePolyline.getPath(),i=0;i<path.getLength();i++){var latLng=path.getAt(i);result.points.push({lat:latLng.lat(),lng:latLng.lng()})}return result}}),jQuery(function($){WPGMZA.GoogleTextOverlay=function(){this.element=$("<div></div>")},window.google&&google.maps&&google.maps.OverlayView&&(WPGMZA.GoogleTextOverlay.prototype=new google.maps.OverlayView),WPGMZA.GoogleTextOverlay.prototype.onAdd=function(){}}),jQuery(function($){WPGMZA.GoogleText=function(){}}),jQuery(function($){"google-maps"==WPGMZA.settings.engine&&(WPGMZA.googleAPIStatus&&"USER_CONSENT_NOT_GIVEN"==WPGMZA.googleAPIStatus.code||(WPGMZA.GoogleVertexContextMenu=function(mapEditPage){var self=this;this.mapEditPage=mapEditPage,this.element=document.createElement("div"),this.element.className="wpgmza-vertex-context-menu",this.element.innerHTML="Delete",google.maps.event.addDomListener(this.element,"click",function(event){return self.removeVertex(),event.preventDefault(),event.stopPropagation(),!1})},WPGMZA.GoogleVertexContextMenu.prototype=new google.maps.OverlayView,WPGMZA.GoogleVertexContextMenu.prototype.onAdd=function(){var self=this,map=this.getMap();this.getPanes().floatPane.appendChild(this.element),this.divListener=google.maps.event.addDomListener(map.getDiv(),"mousedown",function(e){e.target!=self.element&&self.close()},!0)},WPGMZA.GoogleVertexContextMenu.prototype.onRemove=function(){google.maps.event.removeListener(this.divListener),this.element.parentNode.removeChild(this.element),this.set("position"),this.set("path"),this.set("vertex")},WPGMZA.GoogleVertexContextMenu.prototype.open=function(map,path,vertex){this.set("position",path.getAt(vertex)),this.set("path",path),this.set("vertex",vertex),this.setMap(map),this.draw()},WPGMZA.GoogleVertexContextMenu.prototype.close=function(){this.setMap(null)},WPGMZA.GoogleVertexContextMenu.prototype.draw=function(){var position=this.get("position"),projection=this.getProjection();if(position&&projection){var point=projection.fromLatLngToDivPixel(position);this.element.style.top=point.y+"px",this.element.style.left=point.x+"px"}},WPGMZA.GoogleVertexContextMenu.prototype.removeVertex=function(){var path=this.get("path"),vertex=this.get("vertex");path&&void 0!=vertex?(path.removeAt(vertex),this.close()):this.close()}))}),jQuery(function($){var Parent=WPGMZA.Circle;WPGMZA.OLCircle=function(options,olFeature){this.center={lat:0,lng:0},this.radius=0,Parent.call(this,options,olFeature),this.settings.fillColor||(this.settings.fillColor="#ff0000",this.settings.fillOpacity=.6),options.fillColor&&(this.settings.fillColor=options.fillColor),options.fillOpacity&&(this.settings.fillOpacity=options.fillOpacity),this.olStyle=new ol.style.Style(this.getStyleFromSettings());var vectorLayer3857=new ol.layer.Vector({source:new ol.source.Vector,style:this.olStyle});if(olFeature)this.olFeature=olFeature;else{var x,y,wgs84Sphere=new ol.Sphere(6378137),radius=this.radius;x=this.center.lng,y=this.center.lat;var circle3857=ol.geom.Polygon.circular(wgs84Sphere,[x,y],radius,64).clone().transform("EPSG:4326","EPSG:3857");vectorLayer3857.getSource().addFeature(new ol.Feature(circle3857))}this.layer=vectorLayer3857,options.map.olMap.addLayer(vectorLayer3857)},WPGMZA.OLCircle.prototype=Object.create(Parent.prototype),WPGMZA.OLCircle.prototype.constructor=WPGMZA.OLCircle,WPGMZA.OLCircle.prototype.getStyleFromSettings=function(){var params={};return this.settings.strokeOpacity&&(params.stroke=new ol.style.Stroke({color:WPGMZA.hexOpacityToRGBA(this.settings.strokeColor,this.settings.strokeOpacity)})),this.settings.fillOpacity&&(params.fill=new ol.style.Fill({color:WPGMZA.hexOpacityToRGBA(this.settings.fillColor,this.settings.fillOpacity)})),params},WPGMZA.OLCircle.prototype.updateStyleFromSettings=function(){var params=this.getStyleFromSettings();this.olStyle=new ol.style.Style(params),this.layer.setStyle(this.olStyle)}}),jQuery(function($){WPGMZA.OLGeocoder=function(){},WPGMZA.OLGeocoder.prototype=Object.create(WPGMZA.Geocoder.prototype),WPGMZA.OLGeocoder.prototype.constructor=WPGMZA.OLGeocoder,WPGMZA.OLGeocoder.prototype.getResponseFromCache=function(query,callback){$.ajax(WPGMZA.ajaxurl,{data:{action:"wpgmza_query_nominatim_cache",query:JSON.stringify(query)},success:function(response,xhr,status){response.lng=response.lon,callback(response)}})},WPGMZA.OLGeocoder.prototype.getResponseFromNominatim=function(options,callback){var data={q:options.address,format:"json"};options.componentRestrictions&&options.componentRestrictions.country&&(data.countryCodes=options.componentRestrictions.country),$.ajax("https://nominatim.openstreetmap.org/search/",{data:data,success:function(response,xhr,status){callback(response)},error:function(response,xhr,status){callback(null,WPGMZA.Geocoder.FAIL)}})},WPGMZA.OLGeocoder.prototype.cacheResponse=function(query,response){$.ajax(WPGMZA.ajaxurl,{data:{action:"wpgmza_store_nominatim_cache",query:JSON.stringify(query),response:JSON.stringify(response)},method:"POST"})},WPGMZA.OLGeocoder.prototype.getLatLngFromAddress=function(options,callback){return WPGMZA.OLGeocoder.prototype.geocode(options,callback)},WPGMZA.OLGeocoder.prototype.getAddressFromLatLng=function(options,callback){return WPGMZA.OLGeocoder.prototype.geocode(options,callback)},WPGMZA.OLGeocoder.prototype.geocode=function(options,callback){var self=this;if(!options)throw new Error("Invalid options");options.location&&(options.latLng=new WPGMZA.LatLng(options.location));var finish,location;if(options.address)location=options.address,finish=function(response,status){for(var i=0;i<response.length;i++)response[i].geometry={location:new WPGMZA.LatLng({lat:parseFloat(response[i].lat),lng:parseFloat(response[i].lon)})},response[i].latLng={lat:parseFloat(response[i].lat),lng:parseFloat(response[i].lon)},response[i].lng=response[i].lon;callback(response,status)};else{if(!options.latLng)throw new Error("You must supply either a latLng or address");location=options.latLng.toString(),finish=function(response,status){var address=response[0].display_name;callback([address],status)}}var query={location:location,options:options};this.getResponseFromCache(query,function(response){response.length?finish(response,WPGMZA.Geocoder.SUCCESS):self.getResponseFromNominatim($.extend(options,{address:location}),function(response,status){status!=WPGMZA.Geocoder.FAIL?0!=response.length?(finish(response,WPGMZA.Geocoder.SUCCESS),self.cacheResponse(query,response)):callback([],WPGMZA.Geocoder.ZERO_RESULTS):callback(null,WPGMZA.Geocoder.FAIL)})})}}),jQuery(function($){var Parent;WPGMZA.OLInfoWindow=function(mapObject){var self=this;Parent.call(this,mapObject),this.element=$("<div class='ol-info-window-container ol-info-window-plain'></div>")[0],$(this.element).on("click",".ol-info-window-close",function(event){self.close()})},Parent=WPGMZA.isProVersion()?WPGMZA.ProInfoWindow:WPGMZA.InfoWindow,WPGMZA.OLInfoWindow.prototype=Object.create(Parent.prototype),WPGMZA.OLInfoWindow.prototype.constructor=WPGMZA.OLInfoWindow,WPGMZA.OLInfoWindow.prototype.open=function(map,mapObject){var self=this,latLng=mapObject.getPosition();if(!Parent.prototype.open.call(this,map,mapObject))return!1;this.parent=map,this.overlay&&this.mapObject.map.olMap.removeOverlay(this.overlay),this.overlay=new ol.Overlay({element:this.element}),this.overlay.setPosition(ol.proj.fromLonLat([latLng.lng,latLng.lat])),self.mapObject.map.olMap.addOverlay(this.overlay),$(this.element).show(),this.trigger("infowindowopen")},WPGMZA.OLInfoWindow.prototype.close=function(event){$(this.element).hide(),this.overlay&&(WPGMZA.InfoWindow.prototype.close.call(this),this.trigger("infowindowclose"),this.mapObject.map.olMap.removeOverlay(this.overlay),this.overlay=null)},WPGMZA.OLInfoWindow.prototype.setContent=function(html){$(this.element).html("<i class='fa fa-times ol-info-window-close' aria-hidden='true'></i>"+html)},WPGMZA.OLInfoWindow.prototype.setOptions=function(options){options.maxWidth&&$(this.element).css({"max-width":options.maxWidth+"px"})}}),jQuery(function($){var Parent;WPGMZA.OLMap=function(element,options){var self=this;Parent.call(this,element),this.setOptions(options);var viewOptions=this.settings.toOLViewOptions();$(this.element).html(""),this.olMap=new ol.Map({target:$(element)[0],layers:[this.getTileLayer()],view:new ol.View(viewOptions)}),this.olMap.getInteractions().forEach(function(interaction){interaction instanceof ol.interaction.DragPan?interaction.setActive("yes"!=self.settings.wpgmza_settings_map_draggable):interaction instanceof ol.interaction.DoubleClickZoom?interaction.setActive(!self.settings.wpgmza_settings_map_clickzoom):interaction instanceof ol.interaction.MouseWheelZoom&&interaction.setActive("yes"!=self.settings.wpgmza_settings_map_scroll)},this),this.olMap.getControls().forEach(function(control){control instanceof ol.control.Zoom&&"yes"==WPGMZA.settings.wpgmza_settings_map_zoom&&self.olMap.removeControl(control)},this),"yes"!=WPGMZA.settings.wpgmza_settings_map_full_screen_control&&this.olMap.addControl(new ol.control.FullScreen),this.markerLayer=new ol.layer.Vector({source:new ol.source.Vector({features:[]})}),this.olMap.addLayer(this.markerLayer),this.olMap.on("movestart",function(event){self.isBeingDragged=!0}),this.olMap.on("moveend",function(event){self.wrapLongitude(),self.isBeingDragged=!1,self.dispatchEvent("dragend"),self.onIdle()}),this.olMap.getView().on("change:resolution",function(event){self.dispatchEvent("zoom_changed"),self.dispatchEvent("zoomchanged"),setTimeout(function(){self.onIdle()},10)}),this.olMap.getView().on("change",function(){self.onBoundsChanged()}),self.onBoundsChanged();var marker;this.storeLocator&&(marker=this.storeLocator.centerPointMarker)&&(this.olMap.addOverlay(marker.overlay),marker.setVisible(!1)),$(this.element).on("click contextmenu",function(event){var isRight;event=event||window.event;var latLng=self.pixelsToLatLng(event.offsetX,event.offsetY);if("which"in event?isRight=3==event.which:"button"in event&&(isRight=2==event.button),1!=event.which&&1!=event.button){if(isRight)return self.onRightClick(event)}else{if(self.isBeingDragged)return;self.trigger({type:"click",latLng:latLng})}}),WPGMZA.isProVersion()||(this.trigger("init"),this.dispatchEvent("created"),WPGMZA.events.dispatchEvent({type:"mapcreated",map:this}))},Parent=WPGMZA.isProVersion()?WPGMZA.ProMap:WPGMZA.Map,WPGMZA.OLMap.prototype=Object.create(Parent.prototype),WPGMZA.OLMap.prototype.constructor=WPGMZA.OLMap,WPGMZA.OLMap.prototype.getTileLayer=function(){var options={};return WPGMZA.settings.tile_server_url&&(options.url=WPGMZA.settings.tile_server_url),new ol.layer.Tile({source:new ol.source.OSM(options)})},WPGMZA.OLMap.prototype.wrapLongitude=function(){var center=this.getCenter();center.lng>=-180&¢er.lng<=180||(center.lng=center.lng-360*Math.floor(center.lng/360),center.lng>180&&(center.lng-=360),this.setCenter(center))},WPGMZA.OLMap.prototype.getCenter=function(){var lonLat=ol.proj.toLonLat(this.olMap.getView().getCenter());return{lat:lonLat[1],lng:lonLat[0]}},WPGMZA.OLMap.prototype.setCenter=function(latLng){var view=this.olMap.getView();WPGMZA.Map.prototype.setCenter.call(this,latLng),view.setCenter(ol.proj.fromLonLat([latLng.lng,latLng.lat])),this.wrapLongitude(),this.onBoundsChanged()},WPGMZA.OLMap.prototype.getBounds=function(){var bounds=this.olMap.getView().calculateExtent(this.olMap.getSize()),nativeBounds=new WPGMZA.LatLngBounds,topLeft=ol.proj.toLonLat([bounds[0],bounds[1]]),bottomRight=ol.proj.toLonLat([bounds[2],bounds[3]]);return nativeBounds.north=topLeft[1],nativeBounds.south=bottomRight[1],nativeBounds.west=topLeft[0],nativeBounds.east=bottomRight[0],nativeBounds},WPGMZA.OLMap.prototype.fitBounds=function(southWest,northEast){if(southWest instanceof WPGMZA.LatLng&&(southWest={lat:southWest.lat,lng:southWest.lng}),northEast instanceof WPGMZA.LatLng)northEast={lat:northEast.lat,lng:northEast.lng};else if(southWest instanceof WPGMZA.LatLngBounds){var bounds=southWest;southWest={lat:bounds.south,lng:bounds.west},northEast={lat:bounds.north,lng:bounds.east}}var view=this.olMap.getView(),extent=ol.extent.boundingExtent([ol.proj.fromLonLat([parseFloat(southWest.lng),parseFloat(southWest.lat)]),ol.proj.fromLonLat([parseFloat(northEast.lng),parseFloat(northEast.lat)])]);view.fit(extent,this.olMap.getSize())},WPGMZA.OLMap.prototype.panTo=function(latLng,zoom){var view=this.olMap.getView(),options={center:ol.proj.fromLonLat([parseFloat(latLng.lng),parseFloat(latLng.lat)]),duration:500};arguments.length>1&&(options.zoom=parseInt(zoom)),view.animate(options)},WPGMZA.OLMap.prototype.getZoom=function(){return Math.round(this.olMap.getView().getZoom())},WPGMZA.OLMap.prototype.setZoom=function(value){this.olMap.getView().setZoom(value)},WPGMZA.OLMap.prototype.getMinZoom=function(){return this.olMap.getView().getMinZoom()},WPGMZA.OLMap.prototype.setMinZoom=function(value){this.olMap.getView().setMinZoom(value)},WPGMZA.OLMap.prototype.getMaxZoom=function(){return this.olMap.getView().getMaxZoom()},WPGMZA.OLMap.prototype.setMaxZoom=function(value){this.olMap.getView().setMaxZoom(value)},WPGMZA.OLMap.prototype.setOptions=function(options){Parent.prototype.setOptions.call(this,options),this.olMap&&this.olMap.getView().setProperties(this.settings.toOLViewOptions())},WPGMZA.OLMap.prototype.addMarker=function(marker){this.olMap.addOverlay(marker.overlay),Parent.prototype.addMarker.call(this,marker)},WPGMZA.OLMap.prototype.removeMarker=function(marker){this.olMap.removeOverlay(marker.overlay),Parent.prototype.removeMarker.call(this,marker)},WPGMZA.OLMap.prototype.addPolygon=function(polygon){this.olMap.addLayer(polygon.layer),Parent.prototype.addPolygon.call(this,polygon)},WPGMZA.OLMap.prototype.removePolygon=function(polygon){this.olMap.removeLayer(polygon.layer),Parent.prototype.removePolygon.call(this,polygon)},WPGMZA.OLMap.prototype.addPolyline=function(polyline){this.olMap.addLayer(polyline.layer),Parent.prototype.addPolyline.call(this,polyline)},WPGMZA.OLMap.prototype.removePolyline=function(polyline){this.olMap.removeLayer(polyline.layer),Parent.prototype.removePolyline.call(this,polyline)},WPGMZA.OLMap.prototype.addCircle=function(circle){this.olMap.addLayer(circle.layer),Parent.prototype.addCircle.call(this,circle)},WPGMZA.OLMap.prototype.removeCircle=function(circle){this.olMap.removeLayer(circle.layer),Parent.prototype.removeCircle.call(this,circle)},WPGMZA.OLMap.prototype.pixelsToLatLng=function(x,y){void 0==y&&("x"in x&&"y"in x?(y=x.y,x=x.x):console.warn("Y coordinate undefined in pixelsToLatLng (did you mean to pass 2 arguments?)"));var coord=this.olMap.getCoordinateFromPixel([x,y]);if(!coord)return{x:null,y:null};var lonLat=ol.proj.toLonLat(coord);return{lat:lonLat[1],lng:lonLat[0]}},WPGMZA.OLMap.prototype.latLngToPixels=function(latLng){var coord=ol.proj.fromLonLat([latLng.lng,latLng.lat]),pixel=this.olMap.getPixelFromCoordinate(coord);return pixel?{x:pixel[0],y:pixel[1]}:{x:null,y:null}},WPGMZA.OLMap.prototype.enableBicycleLayer=function(value){if(value)this.bicycleLayer||(this.bicycleLayer=new ol.layer.Tile({source:new ol.source.OSM({url:"http://{a-c}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"})})),this.olMap.addLayer(this.bicycleLayer);else{if(!this.bicycleLayer)return;this.olMap.removeLayer(this.bicycleLayer)}},WPGMZA.OLMap.prototype.onElementResized=function(event){this.olMap.updateSize()},WPGMZA.OLMap.prototype.onRightClick=function(event){if($(event.target).closest(".ol-marker, .wpgmza_modern_infowindow, .wpgmza-modern-store-locator").length)return!0;var parentOffset=$(this.element).offset(),relX=event.pageX-parentOffset.left,relY=event.pageY-parentOffset.top,latLng=this.pixelsToLatLng(relX,relY);return this.trigger({type:"rightclick",latLng:latLng}),$(this.element).trigger({type:"rightclick",latLng:latLng}),event.preventDefault(),!1}}),jQuery(function($){var Parent;WPGMZA.OLMarker=function(row){var self=this;Parent.call(this,row);var origin=ol.proj.fromLonLat([parseFloat(this.lng),parseFloat(this.lat)]);this.element=$("<div class='ol-marker'><img src='"+WPGMZA.defaultMarkerIcon+"' alt=''/></div>")[0],this.element.wpgmzaMarker=this,$(this.element).on("mouseover",function(event){self.dispatchEvent("mouseover")}),this.overlay=new ol.Overlay({element:this.element,position:origin,positioning:"bottom-center"}),this.overlay.setPosition(origin),this.animation&&this.setAnimation(this.animation),this.setLabel(this.settings.label),row&&row.draggable&&this.setDraggable(!0),this.rebindClickListener(),this.trigger("init")},Parent=WPGMZA.isProVersion()?WPGMZA.ProMarker:WPGMZA.Marker,WPGMZA.OLMarker.prototype=Object.create(Parent.prototype),WPGMZA.OLMarker.prototype.constructor=WPGMZA.OLMarker,WPGMZA.OLMarker.prototype.addLabel=function(){this.setLabel(this.getLabelText())},WPGMZA.OLMarker.prototype.setLabel=function(label){label?(this.label||(this.label=$("<div class='ol-marker-label'/>"),$(this.element).append(this.label)),this.label.html(label)):this.label&&$(this.element).find(".ol-marker-label").remove()},WPGMZA.OLMarker.prototype.getVisible=function(visible){return"none"!=this.overlay.getElement().style.display},WPGMZA.OLMarker.prototype.setVisible=function(visible){Parent.prototype.setVisible.call(this,visible),this.overlay.getElement().style.display=visible?"block":"none"},WPGMZA.OLMarker.prototype.setPosition=function(latLng){Parent.prototype.setPosition.call(this,latLng);var origin=ol.proj.fromLonLat([parseFloat(this.lng),parseFloat(this.lat)]);this.overlay.setPosition(origin)},WPGMZA.OLMarker.prototype.updateOffset=function(x,y){var x=this._offset.x,y=this._offset.y;this.element.style.position="relative",this.element.style.left=x+"px",this.element.style.top=y+"px"},WPGMZA.OLMarker.prototype.setAnimation=function(anim){switch(Parent.prototype.setAnimation.call(this,anim),anim){case WPGMZA.Marker.ANIMATION_NONE:$(this.element).removeAttr("data-anim");break;case WPGMZA.Marker.ANIMATION_BOUNCE:$(this.element).attr("data-anim","bounce");break;case WPGMZA.Marker.ANIMATION_DROP:$(this.element).attr("data-anim","drop")}},WPGMZA.OLMarker.prototype.setDraggable=function(draggable){var self=this;if(draggable){var options={disabled:!1};this.jQueryDraggableInitialized||(options.start=function(event){self.onDragStart(event)},options.stop=function(event){self.onDragEnd(event)}),$(this.element).draggable(options),this.jQueryDraggableInitialized=!0,this.rebindClickListener()}else $(this.element).draggable({disabled:!0})},WPGMZA.OLMarker.prototype.onDragStart=function(event){this.isBeingDragged=!0},WPGMZA.OLMarker.prototype.onDragEnd=function(event){var offset={top:parseFloat($(this.element).css("top").match(/-?\d+/)[0]),left:parseFloat($(this.element).css("left").match(/-?\d+/)[0])};$(this.element).css({top:"0px",left:"0px"});var currentLatLng=this.getPosition(),pixelsBeforeDrag=this.map.latLngToPixels(currentLatLng),pixelsAfterDrag={x:pixelsBeforeDrag.x+offset.left,y:pixelsBeforeDrag.y+offset.top},latLngAfterDrag=this.map.pixelsToLatLng(pixelsAfterDrag);this.setPosition(latLngAfterDrag),this.isBeingDragged=!1,this.trigger({type:"dragend",latLng:latLngAfterDrag})},WPGMZA.OLMarker.prototype.onElementClick=function(event){var self=event.currentTarget.wpgmzaMarker;self.isBeingDragged||(self.dispatchEvent("click"),self.dispatchEvent("select"))},WPGMZA.OLMarker.prototype.rebindClickListener=function(){$(this.element).off("click",this.onElementClick),$(this.element).on("click",this.onElementClick)}}),jQuery(function($){WPGMZA.OLModernStoreLocatorCircle=function(map,settings){WPGMZA.ModernStoreLocatorCircle.call(this,map,settings)},WPGMZA.OLModernStoreLocatorCircle.prototype=Object.create(WPGMZA.ModernStoreLocatorCircle.prototype),WPGMZA.OLModernStoreLocatorCircle.prototype.constructor=WPGMZA.OLModernStoreLocatorCircle,WPGMZA.OLModernStoreLocatorCircle.prototype.initCanvasLayer=function(){var self=this,mapElement=$(this.map.element),olViewportElement=mapElement.children(".ol-viewport");this.canvas=document.createElement("canvas"),this.canvas.className="wpgmza-ol-canvas-overlay",mapElement.append(this.canvas),this.renderFunction=function(event){self.canvas.width==olViewportElement.width()&&self.canvas.height==olViewportElement.height()||(self.canvas.width=olViewportElement.width(),self.canvas.height=olViewportElement.height(),$(this.canvas).css({width:olViewportElement.width()+"px",height:olViewportElement.height()+"px"})),self.draw()},this.map.olMap.on("postrender",this.renderFunction)},WPGMZA.OLModernStoreLocatorCircle.prototype.getContext=function(type){return this.canvas.getContext(type)},WPGMZA.OLModernStoreLocatorCircle.prototype.getCanvasDimensions=function(){return{width:this.canvas.width,height:this.canvas.height}},WPGMZA.OLModernStoreLocatorCircle.prototype.getCenterPixels=function(){return this.map.latLngToPixels(this.settings.center)},WPGMZA.OLModernStoreLocatorCircle.prototype.getWorldOriginOffset=function(){return{x:0,y:0}},WPGMZA.OLModernStoreLocatorCircle.prototype.getTransformedRadius=function(km){var center=new WPGMZA.LatLng(this.settings.center),outer=new WPGMZA.LatLng(center);outer.moveByDistance(km,90);var centerPixels=this.map.latLngToPixels(center),outerPixels=this.map.latLngToPixels(outer);return Math.abs(outerPixels.x-centerPixels.x)},WPGMZA.OLModernStoreLocatorCircle.prototype.getScale=function(){return 1},WPGMZA.OLModernStoreLocatorCircle.prototype.destroy=function(){$(this.canvas).remove(),this.map.olMap.un("postrender",this.renderFunction),this.map=null,this.canvas=null}}),jQuery(function($){WPGMZA.OLModernStoreLocator=function(map_id){WPGMZA.ModernStoreLocator.call(this,map_id),$(WPGMZA.isProVersion()?".wpgmza_map[data-map-id='"+map_id+"']":"#wpgmza_map").append(this.element)},WPGMZA.OLModernStoreLocator.prototype=Object.create(WPGMZA.ModernStoreLocator),WPGMZA.OLModernStoreLocator.prototype.constructor=WPGMZA.OLModernStoreLocator}),jQuery(function($){var Parent;WPGMZA.OLPolygon=function(row,olFeature){if(Parent.call(this,row,olFeature),this.olStyle=new ol.style.Style,olFeature)this.olFeature=olFeature;else{var coordinates=[[]];if(row&&row.points){for(var paths=this.parseGeometry(row.points),i=0;i<paths.length;i++)coordinates[0].push(ol.proj.fromLonLat([parseFloat(paths[i].lng),parseFloat(paths[i].lat)]));this.olStyle=new ol.style.Style(this.getStyleFromSettings())}this.olFeature=new ol.Feature({geometry:new ol.geom.Polygon(coordinates)})}this.layer=new ol.layer.Vector({source:new ol.source.Vector({features:[this.olFeature]}),style:this.olStyle}),this.layer.getSource().getFeatures()[0].setProperties({wpgmzaPolygon:this})},Parent=WPGMZA.isProVersion()?WPGMZA.ProPolygon:WPGMZA.Polygon,WPGMZA.OLPolygon.prototype=Object.create(Parent.prototype),WPGMZA.OLPolygon.prototype.constructor=WPGMZA.OLPolygon,WPGMZA.OLPolygon.prototype.getStyleFromSettings=function(){var params={};return this.settings.strokeOpacity&&(params.stroke=new ol.style.Stroke({color:WPGMZA.hexOpacityToRGBA(this.settings.strokeColor,this.settings.strokeOpacity)})),this.settings.fillOpacity&&(params.fill=new ol.style.Fill({color:WPGMZA.hexOpacityToRGBA(this.settings.fillColor,this.settings.fillOpacity)})),params},WPGMZA.OLPolygon.prototype.updateStyleFromSettings=function(){var params=this.getStyleFromSettings();this.olStyle=new ol.style.Style(params),this.layer.setStyle(this.olStyle)},WPGMZA.OLPolygon.prototype.setEditable=function(editable){},WPGMZA.OLPolygon.prototype.toJSON=function(){var result=Parent.prototype.toJSON.call(this),coordinates=this.olFeature.getGeometry().getCoordinates()[0];result.points=[];for(var i=0;i<coordinates.length;i++){var lonLat=ol.proj.toLonLat(coordinates[i]),latLng={lat:lonLat[1],lng:lonLat[0]};result.points.push(latLng)}return result}}),jQuery(function($){var Parent;WPGMZA.OLPolyline=function(row,olFeature){if(WPGMZA.Polyline.call(this,row),this.olStyle=new ol.style.Style,olFeature)this.olFeature=olFeature;else{var coordinates=[];if(row&&row.points)for(var path=this.parseGeometry(row.points),i=0;i<path.length;i++)coordinates.push(ol.proj.fromLonLat([parseFloat(path[i].lng),parseFloat(path[i].lat)]));var params=this.getStyleFromSettings();this.olStyle=new ol.style.Style(params),this.olFeature=new ol.Feature({geometry:new ol.geom.LineString(coordinates)})}this.layer=new ol.layer.Vector({source:new ol.source.Vector({features:[this.olFeature]}),style:this.olStyle}),this.layer.getSource().getFeatures()[0].setProperties({wpgmzaPolyling:this})},Parent=WPGMZA.Polyline,WPGMZA.OLPolyline.prototype=Object.create(Parent.prototype),WPGMZA.OLPolyline.prototype.constructor=WPGMZA.OLPolyline,WPGMZA.OLPolyline.prototype.getStyleFromSettings=function(){var params={};return this.settings.strokeOpacity&&(params.stroke=new ol.style.Stroke({color:WPGMZA.hexOpacityToRGBA(this.settings.strokeColor,this.settings.strokeOpacity),width:parseInt(this.settings.strokeWeight)})),params},WPGMZA.OLPolyline.prototype.updateStyleFromSettings=function(){var params=this.getStyleFromSettings();this.olStyle=new ol.style.Style(params),this.layer.setStyle(this.olStyle)},WPGMZA.OLPolyline.prototype.setEditable=function(editable){},WPGMZA.OLPolyline.prototype.setPoints=function(points){this.olFeature&&this.layer.getSource().removeFeature(this.olFeature);for(var coordinates=[],i=0;i<points.length;i++)coordinates.push(ol.proj.fromLonLat([parseFloat(points[i].lng),parseFloat(points[i].lat)]));this.olFeature=new ol.Feature({geometry:new ol.geom.LineString(coordinates)}),this.layer.getSource().addFeature(this.olFeature)},WPGMZA.OLPolyline.prototype.toJSON=function(){var result=Parent.prototype.toJSON.call(this),coordinates=this.olFeature.getGeometry().getCoordinates();result.points=[];for(var i=0;i<coordinates.length;i++){var lonLat=ol.proj.toLonLat(coordinates[i]),latLng={lat:lonLat[1],lng:lonLat[0]};result.points.push(latLng)}return result}}),jQuery(function($){WPGMZA.OLText=function(){}}),jQuery(function($){WPGMZA.DataTable=function(element){$.fn.dataTable.ext.errMode="throw",this.element=element,this.element.wpgmzaDataTable=this,this.dataTableElement=this.getDataTableElement(),this.phpClass=$(element).attr("data-wpgmza-php-class"),this.dataTable=$(this.dataTableElement).DataTable(this.getDataTableSettings()),this.wpgmzaDataTable=this},WPGMZA.DataTable.prototype.getDataTableElement=function(){return $(this.element).find("table")},WPGMZA.DataTable.prototype.getDataTableSettings=function(){var ajax,self=this,element=this.element,options={};$(element).attr("data-wpgmza-datatable-options")&&(options=JSON.parse($(element).attr("data-wpgmza-datatable-options"))),(ajax=$(element).attr("data-wpgmza-rest-api-route"))&&(options.ajax={url:WPGMZA.resturl+ajax,method:"POST",data:function(data,settings){return self.onAJAXRequest(data,settings)}},options.processing=!0,options.serverSide=!0),"WPGMZA\\MarkerListing\\AdvancedTable"==$(this.element).attr("data-wpgmza-php-class")&&WPGMZA.settings.wpgmza_default_items&&(options.iDisplayLength=parseInt(WPGMZA.settings.wpgmza_default_items),options.aLengthMenu=[5,10,25,50,100]);var languageURL;if(WPGMZA.locale)switch(WPGMZA.locale.substr(0,2)){case"af":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Afrikaans.json";break;case"sq":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Albanian.json";break;case"am":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Amharic.json";break;case"ar":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Arabic.json";break;case"hy":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Armenian.json";break;case"az":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Azerbaijan.json";break;case"bn":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Bangla.json";break;case"eu":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Basque.json";break;case"be":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Belarusian.json";break;case"bg":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Bulgarian.json";break;case"ca":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Catalan.json";break;case"zh":languageURL="zh_TW"==WPGMZA.locale?"//cdn.datatables.net/plug-ins/1.10.12/i18n/Chinese-traditional.json":"//cdn.datatables.net/plug-ins/1.10.12/i18n/Chinese.json";break;case"hr":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Croatian.json";break;case"cs":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Czech.json";break;case"da":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Danish.json";break;case"nl":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Dutch.json";break;case"et":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Estonian.json";break;case"fi":languageURL=WPGMZA.locale.match(/^fil/)?"//cdn.datatables.net/plug-ins/1.10.12/i18n/Filipino.json":"//cdn.datatables.net/plug-ins/1.10.12/i18n/Finnish.json";break;case"fr":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/French.json";break;case"gl":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Galician.json";break;case"ka":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Georgian.json";break;case"de":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/German.json";break;case"el":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Greek.json";break;case"gu":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Gujarati.json";break;case"he":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Hebrew.json";break;case"hi":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Hindi.json";break;case"hu":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Hungarian.json";break;case"is":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Icelandic.json";break;case"id":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Indonesian.json";break;case"ga":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Irish.json";break;case"it":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Italian.json";break;case"ja":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Japanese.json";break;case"kk":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Kazakh.json";break;case"ko":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Korean.json";break;case"ky":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Kyrgyz.json";break;case"lv":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Latvian.json";break;case"lt":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Lithuanian.json";break;case"mk":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Macedonian.json";break;case"ml":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Malay.json";break;case"mn":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Mongolian.json";break;case"ne":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Nepali.json";break;case"nb":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Norwegian-Bokmal.json";break;case"nn":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Norwegian-Nynorsk.json";break;case"ps":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Pashto.json";break;case"fa":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Persian.json";break;case"pl":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Polish.json";break;case"pt":languageURL="pt_BR"==WPGMZA.locale?"//cdn.datatables.net/plug-ins/1.10.12/i18n/Portuguese-Brasil.json":"//cdn.datatables.net/plug-ins/1.10.12/i18n/Portuguese.json";break;case"ro":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Romanian.json";break;case"ru":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Russian.json";break;case"sr":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Serbian.json";break;case"si":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Sinhala.json";break;case"sk":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Slovak.json";break;case"sl":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Slovenian.json";break;case"es":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Spanish.json";break;case"sw":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Swahili.json";break;case"sv":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Swedish.json";break;case"ta":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Tamil.json";break;case"te":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/telugu.json";break;case"th":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Thai.json";break;case"tr":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Turkish.json";break;case"uk":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Ukrainian.json";break;case"ur":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Urdu.json";break;case"uz":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Uzbek.json";break;case"vi":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Vietnamese.json";break;case"cy":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Welsh.json"}return languageURL&&(options.language={processing:"test",url:languageURL}),options},WPGMZA.DataTable.prototype.onAJAXRequest=function(data,settings){var params={phpClass:this.phpClass},attr=$(this.element).attr("data-wpgmza-ajax-parameters");return attr&&$.extend(params,JSON.parse(attr)),$.extend(data,params),{wpgmzaDataTableRequestData:data}},WPGMZA.DataTable.prototype.onAJAXResponse=function(response){},WPGMZA.DataTable.prototype.reload=function(){this.dataTable.ajax.reload(null,!1)}}),jQuery(function($){WPGMZA.AdminMarkerDataTable=function(element){var self=this;WPGMZA.DataTable.call(this,element),$(element).find(".wpgmza.select_all_markers").on("click",function(event){self.onSelectAll(event)}),$(element).find(".wpgmza.bulk_delete").on("click",function(event){self.onBulkDelete(event)})},WPGMZA.AdminMarkerDataTable.prototype=Object.create(WPGMZA.DataTable.prototype),WPGMZA.AdminMarkerDataTable.prototype.constructor=WPGMZA.AdminMarkerDataTable,WPGMZA.AdminMarkerDataTable.prototype.getDataTableSettings=function(){var self=this,options=WPGMZA.DataTable.prototype.getDataTableSettings.call(this);return options.createdRow=function(row,data,index){var meta=self.dataTable.ajax.json().meta[index];row.wpgmzaMarkerData=meta},options},WPGMZA.AdminMarkerDataTable.prototype.onSelectAll=function(event){$(this.element).find("input[name='mark']").prop("checked",!0)},WPGMZA.AdminMarkerDataTable.prototype.onBulkDelete=function(event){var self=this,ids=[];$(this.element).find("input[name='mark']:checked").each(function(index,el){var row=$(el).closest("tr")[0];ids.push(row.wpgmzaMarkerData.id)}),WPGMZA.restAPI.call("/markers/",{method:"DELETE",data:{ids:ids},complete:function(){self.reload()}})},$(document).ready(function(event){$("[data-wpgmza-admin-marker-datatable]").each(function(index,el){new WPGMZA.AdminMarkerDataTable(el)})})});
|
1 |
+
jQuery(function($){var core={maps:[],events:null,settings:null,restAPI:null,localized_strings:null,loadingHTML:'<div class="wpgmza-preloader"><div class="wpgmza-loader">...</div></div>',getScrollAnimationOffset:function(){return WPGMZA.settings.scroll_animation_offset||0},animateScroll:function(element,milliseconds){var offset=WPGMZA.getScrollAnimationOffset();milliseconds||(milliseconds=WPGMZA.settings.scroll_animation_milliseconds?WPGMZA.settings.scroll_animation_milliseconds:500),$("html, body").animate({scrollTop:$(element).offset().top-offset},milliseconds)},guid:function(){var d=(new Date).getTime();return"undefined"!=typeof performance&&"function"==typeof performance.now&&(d+=performance.now()),"xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx".replace(/[xy]/g,function(c){var r=(d+16*Math.random())%16|0;return d=Math.floor(d/16),("x"===c?r:3&r|8).toString(16)})},hexOpacityToRGBA:function(colour,opacity){return hex=parseInt(colour.replace(/^#/,""),16),[(16711680&hex)>>16,(65280&hex)>>8,255&hex,parseFloat(opacity)]},hexToRgba:function(hex){var c;return/^#([A-Fa-f0-9]{3}){1,2}$/.test(hex)?(3==(c=hex.substring(1).split("")).length&&(c=[c[0],c[0],c[1],c[1],c[2],c[2]]),c="0x"+c.join(""),{r:c>>16&255,g:c>>8&255,b:255&c,a:1}):0},rgbaToString:function(rgba){return"rgba("+rgba.r+", "+rgba.g+", "+rgba.b+", "+rgba.a+")"},latLngRegexp:/^(\-?\d+(\.\d+)?),\s*(\-?\d+(\.\d+)?)$/,isLatLngString:function(str){if("string"!=typeof str)return null;str.match(/^\(.+\)$/)&&(str=str.replace(/^\(|\)$/,""));var m=str.match(WPGMZA.latLngRegexp);return m?new WPGMZA.LatLng({lat:parseFloat(m[1]),lng:parseFloat(m[3])}):null},stringToLatLng:function(str){var result=WPGMZA.isLatLngString(str);if(!result)throw new Error("Not a valid latLng");return result},isHexColorString:function(str){return"string"==typeof str&&!!str.match(/#[0-9A-F]{6}/i)},imageDimensionsCache:{},getImageDimensions:function(src,callback){if(WPGMZA.imageDimensionsCache[src])callback(WPGMZA.imageDimensionsCache[src]);else{var img=document.createElement("img");img.onload=function(event){var result={width:img.width,height:img.height};WPGMZA.imageDimensionsCache[src]=result,callback(result)},img.src=src}},isDeveloperMode:function(){return this.settings.developer_mode||window.Cookies&&window.Cookies.get("wpgmza-developer-mode")},isProVersion:function(){return"1"==this._isProVersion},openMediaDialog:function(callback){var file_frame;if(file_frame)return file_frame.uploader.uploader.param("post_id",set_to_post_id),void file_frame.open();(file_frame=wp.media.frames.file_frame=wp.media({title:"Select a image to upload",button:{text:"Use this image"},multiple:!1})).on("select",function(){attachment=file_frame.state().get("selection").first().toJSON(),callback(attachment.id,attachment.url)}),file_frame.open()},getCurrentPosition:function(callback,watch){var nativeFunction="getCurrentPosition";if(watch&&("userlocationupdated",nativeFunction="watchPosition",WPGMZA.getCurrentPosition(callback,!1)),navigator.geolocation){var options={enableHighAccuracy:!0};navigator.geolocation[nativeFunction](function(position){callback&&callback(position),WPGMZA.events.trigger("userlocationfound")},function(error){options.enableHighAccuracy=!1,navigator.geolocation[nativeFunction](function(position){callback&&callback(position),WPGMZA.events.trigger("userlocationfound")},function(error){console.warn(error.code,error.message)},options)},options)}else console.warn("No geolocation available on this device")},watchPosition:function(callback){return WPGMZA.getCurrentPosition(callback,!0)},runCatchableTask:function(callback,friendlyErrorContainer){if(WPGMZA.isDeveloperMode())callback();else try{callback()}catch(e){var friendlyError=new WPGMZA.FriendlyError(e);$(friendlyErrorContainer).html(""),$(friendlyErrorContainer).append(friendlyError.element),$(friendlyErrorContainer).show()}},assertInstanceOf:function(instance,instanceName){var engine,fullInstanceName,pro=WPGMZA.isProVersion()?"Pro":"";switch(WPGMZA.settings.engine){case"open-layers":engine="OL";break;default:engine="Google"}if(fullInstanceName=WPGMZA[engine+pro+instanceName]?engine+pro+instanceName:WPGMZA[pro+instanceName]?pro+instanceName:WPGMZA[engine+instanceName]?engine+instanceName:instanceName,!(instance instanceof WPGMZA[fullInstanceName]))throw new Error("Object must be an instance of "+fullInstanceName+" (did you call a constructor directly, rather than createInstance?)")},getMapByID:function(id){return WPGMZA.isProVersion()?MYMAP[id].map:MYMAP.map},isGoogleAutocompleteSupported:function(){return"object"==typeof google&&"object"==typeof google.maps&&"object"==typeof google.maps.places&&"function"==typeof google.maps.places.Autocomplete},googleAPIStatus:window.wpgmza_google_api_status,isSafari:function(){var ua=navigator.userAgent.toLowerCase();return-1!=ua.indexOf("safari")&&-1==ua.indexOf("chrome")},isTouchDevice:function(){return"ontouchstart"in window},isDeviceiOS:function(){return/iPad|iPhone|iPod/.test(navigator.userAgent)&&!window.MSStream||!!navigator.platform&&/iPad|iPhone|iPod/.test(navigator.platform)},getQueryParamValue:function(name){var m,regex=new RegExp(name+"=([^&]*)");return(m=window.location.href.match(regex))?m[1]:null}};window.WPGMZA?window.WPGMZA=$.extend(window.WPGMZA,core):window.WPGMZA=core;for(var key in WPGMZA_localized_data){var value=WPGMZA_localized_data[key];WPGMZA[key]=value}jQuery(function($){$("script[src*='wp-google-maps.combined.js'], script[src*='wp-google-maps-pro.combined.js']").length&&console.warn("Minified script is out of date, using combined script instead.");var elements=$("script").filter(function(){return this.src.match(/(^|\/)jquery\.(min\.)?js(\?|$)/i)});elements.length>1&&console.warn("Multiple jQuery versions detected: ",elements),WPGMZA.restAPI=WPGMZA.RestAPI.createInstance(),$(document).on("click",".wpgmza_edit_btn",function(){WPGMZA.animateScroll("#wpgmaps_tabs_markers")})}),$(window).on("load",function(event){if("https:"!=window.location.protocol){var warning='<div class="notice notice-warning"><p>'+WPGMZA.localized_strings.unsecure_geolocation+"</p></div>";$(".wpgmza-geolocation-setting").each(function(index,el){$(el).after($(warning))})}})}),jQuery(function($){WPGMZA.Compatibility=function(){this.preventDocumentWriteGoogleMapsAPI()},WPGMZA.Compatibility.prototype.preventDocumentWriteGoogleMapsAPI=function(){var old=document.write;document.write=function(content){content.match&&content.match(/maps\.google/)||old.call(document,content)}},WPGMZA.compatiblityModule=new WPGMZA.Compatibility}),function(root,factory){"object"==typeof exports?module.exports=factory(root):"function"==typeof define&&define.amd?define([],factory.bind(root,root)):factory(root)}("undefined"!=typeof global?global:this,function(root){if(root.CSS&&root.CSS.escape)return root.CSS.escape;var cssEscape=function(value){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var codeUnit,string=String(value),length=string.length,index=-1,result="",firstCodeUnit=string.charCodeAt(0);++index<length;)0!=(codeUnit=string.charCodeAt(index))?result+=codeUnit>=1&&codeUnit<=31||127==codeUnit||0==index&&codeUnit>=48&&codeUnit<=57||1==index&&codeUnit>=48&&codeUnit<=57&&45==firstCodeUnit?"\\"+codeUnit.toString(16)+" ":(0!=index||1!=length||45!=codeUnit)&&(codeUnit>=128||45==codeUnit||95==codeUnit||codeUnit>=48&&codeUnit<=57||codeUnit>=65&&codeUnit<=90||codeUnit>=97&&codeUnit<=122)?string.charAt(index):"\\"+string.charAt(index):result+="�";return result};return root.CSS||(root.CSS={}),root.CSS.escape=cssEscape,cssEscape}),jQuery(function($){function deg2rad(deg){return deg*(Math.PI/180)}Math.PI;WPGMZA.Distance={MILES:!0,KILOMETERS:!1,MILES_PER_KILOMETER:.621371,KILOMETERS_PER_MILE:1.60934,uiToMeters:function(uiDistance){return parseFloat(uiDistance)/(WPGMZA.settings.distance_units==WPGMZA.Distance.MILES?WPGMZA.Distance.MILES_PER_KILOMETER:1)*1e3},uiToKilometers:function(uiDistance){return.001*WPGMZA.Distance.uiToMeters(uiDistance)},uiToMiles:function(uiDistance){return WPGMZA.Distance.uiToKilometers(uiDistance)*WPGMZA.Distance.MILES_PER_KILOMETER},kilometersToUI:function(km){return WPGMZA.settings.distance_units==WPGMZA.Distance.MILES?km*WPGMZA.Distance.MILES_PER_KILOMETER:km},between:function(a,b){if(!(a instanceof WPGMZA.LatLng))throw new Error("First argument must be an instance of WPGMZA.LatLng");if(!(b instanceof WPGMZA.LatLng))throw new Error("Second argument must be an instance of WPGMZA.LatLng");if(a===b)return 0;var lat1=a.lat,lon1=a.lng,lat2=b.lat,lon2=b.lng,dLat=deg2rad(lat2-lat1),dLon=deg2rad(lon2-lon1),a=Math.sin(dLat/2)*Math.sin(dLat/2)+Math.cos(deg2rad(lat1))*Math.cos(deg2rad(lat2))*Math.sin(dLon/2)*Math.sin(dLon/2);return 6371*(2*Math.atan2(Math.sqrt(a),Math.sqrt(1-a)))}}}),jQuery(function($){WPGMZA.EventDispatcher=function(){WPGMZA.assertInstanceOf(this,"EventDispatcher"),this._listenersByType={}},WPGMZA.EventDispatcher.prototype.addEventListener=function(type,listener,thisObject,useCapture){var types=type.split(/\s+/);if(types.length>1)for(var i=0;i<types.length;i++)this.addEventListener(types[i],listener,thisObject,useCapture);else{if(!(listener instanceof Function))throw new Error("Listener must be a function");var target;target=this._listenersByType.hasOwnProperty(type)?this._listenersByType[type]:this._listenersByType[type]=[];var obj={listener:listener,thisObject:thisObject||this,useCapture:!!useCapture};target.push(obj)}},WPGMZA.EventDispatcher.prototype.on=WPGMZA.EventDispatcher.prototype.addEventListener,WPGMZA.EventDispatcher.prototype.removeEventListener=function(type,listener,thisObject,useCapture){var arr,obj;if(arr=this._listenersByType[type]){thisObject||(thisObject=this),useCapture=!!useCapture;for(var i=0;i<arr.length;i++)if((obj=arr[i]).listener==listener&&obj.thisObject==thisObject&&obj.useCapture==useCapture)return void arr.splice(i,1)}},WPGMZA.EventDispatcher.prototype.off=WPGMZA.EventDispatcher.prototype.removeEventListener,WPGMZA.EventDispatcher.prototype.hasEventListener=function(type){return!!_listenersByType[type]},WPGMZA.EventDispatcher.prototype.dispatchEvent=function(event){if(!(event instanceof WPGMZA.Event))if("string"==typeof event)event=new WPGMZA.Event(event);else{var src=event;event=new WPGMZA.Event;for(var name in src)event[name]=src[name]}event.target=this;for(var path=[],obj=this.parent;null!=obj;obj=obj.parent)path.unshift(obj);event.phase=WPGMZA.Event.CAPTURING_PHASE;for(var i=0;i<path.length&&!event._cancelled;i++)path[i]._triggerListeners(event);if(!event._cancelled){for(event.phase=WPGMZA.Event.AT_TARGET,this._triggerListeners(event),event.phase=WPGMZA.Event.BUBBLING_PHASE,i=path.length-1;i>=0&&!event._cancelled;i--)path[i]._triggerListeners(event);if(this.element){var customEvent={};for(var key in event){var value=event[key];"type"==key&&(value+=".wpgmza"),customEvent[key]=value}$(this.element).trigger(customEvent)}}},WPGMZA.EventDispatcher.prototype.trigger=WPGMZA.EventDispatcher.prototype.dispatchEvent,WPGMZA.EventDispatcher.prototype._triggerListeners=function(event){var arr,obj;if(arr=this._listenersByType[event.type])for(var i=0;i<arr.length;i++)obj=arr[i],(event.phase!=WPGMZA.Event.CAPTURING_PHASE||obj.useCapture)&&obj.listener.call(arr[i].thisObject,event)},WPGMZA.events=new WPGMZA.EventDispatcher}),jQuery(function($){WPGMZA.Event=function(options){if("string"==typeof options&&(this.type=options),this.bubbles=!0,this.cancelable=!0,this.phase=WPGMZA.Event.PHASE_CAPTURE,this.target=null,this._cancelled=!1,"object"==typeof options)for(var name in options)this[name]=options[name]},WPGMZA.Event.CAPTURING_PHASE=0,WPGMZA.Event.AT_TARGET=1,WPGMZA.Event.BUBBLING_PHASE=2,WPGMZA.Event.prototype.stopPropagation=function(){this._cancelled=!0}}),jQuery(function($){WPGMZA.FriendlyError=function(){}}),jQuery(function($){WPGMZA.Geocoder=function(){WPGMZA.assertInstanceOf(this,"Geocoder")},WPGMZA.Geocoder.SUCCESS="success",WPGMZA.Geocoder.ZERO_RESULTS="zero-results",WPGMZA.Geocoder.FAIL="fail",WPGMZA.Geocoder.getConstructor=function(){switch(WPGMZA.settings.engine){case"open-layers":return WPGMZA.OLGeocoder;default:return WPGMZA.GoogleGeocoder}},WPGMZA.Geocoder.createInstance=function(){return new(WPGMZA.Geocoder.getConstructor())},WPGMZA.Geocoder.prototype.getLatLngFromAddress=function(options,callback){if(WPGMZA.isLatLngString(options.address)){var parts=options.address.split(/,\s*/);callback([new WPGMZA.LatLng({lat:parseFloat(parts[0]),lng:parseFloat(parts[1])})],WPGMZA.Geocoder.SUCCESS)}},WPGMZA.Geocoder.prototype.getAddressFromLatLng=function(options,callback){callback([new WPGMZA.LatLng(options.latLng).toString()],WPGMZA.Geocoder.SUCCESS)},WPGMZA.Geocoder.prototype.geocode=function(options,callback){if("address"in options)return this.getLatLngFromAddress(options,callback);if("latLng"in options)return this.getAddressFromLatLng(options,callback);throw new Error("You must supply either a latLng or address")}}),jQuery(function($){WPGMZA.GoogleAPIErrorHandler=function(){var self=this;if("google-maps"==WPGMZA.settings.engine&&("map-edit"==WPGMZA.currentPage||0==WPGMZA.is_admin&&1==WPGMZA.userCanAdministrator)){this.element=$(WPGMZA.html.googleMapsAPIErrorDialog),1==WPGMZA.is_admin&&this.element.find(".wpgmza-front-end-only").remove(),this.errorMessageList=this.element.find(".wpgmza-google-api-error-list"),this.templateListItem=this.element.find("li.template").remove(),this.messagesAlreadyDisplayed={};var _error=console.error;console.error=function(message){self.onErrorMessage(message),_error.apply(this,arguments)},"google-maps"!=WPGMZA.settings.engine||WPGMZA.settings.wpgmza_google_maps_api_key&&WPGMZA.settings.wpgmza_google_maps_api_key.length||this.addErrorMessage(WPGMZA.localized_strings.no_google_maps_api_key,["https://www.wpgmaps.com/get-a-google-maps-api-key/"])}},WPGMZA.GoogleAPIErrorHandler.prototype.onErrorMessage=function(message){var m;if(message)if((m=message.match(/You have exceeded your (daily )?request quota for this API/))||(m=message.match(/This API project is not authorized to use this API/))||(m=message.match(/^Geocoding Service: .+/))){var urls=message.match(/http(s)?:\/\/[^\s]+/gm);this.addErrorMessage(m[0],urls)}else(m=message.match(/^Google Maps.+error: (.+)\s+(http(s?):\/\/.+)/m))&&this.addErrorMessage(m[1].replace(/([A-Z])/g," $1"),[m[2]])},WPGMZA.GoogleAPIErrorHandler.prototype.addErrorMessage=function(message,urls){var self=this;if(!this.messagesAlreadyDisplayed[message]){var li=this.templateListItem.clone();$(li).find(".wpgmza-message").html(message);var buttonContainer=$(li).find(".wpgmza-documentation-buttons"),buttonTemplate=$(li).find(".wpgmza-documentation-buttons>a");if(buttonTemplate.remove(),urls&&urls.length){for(var i=0;i<urls.length;i++){urls[i];var button=buttonTemplate.clone(),text=WPGMZA.localized_strings.documentation;button.attr("href",urls[i]),$(button).find("i").addClass("fa-external-link"),$(button).append(text)}buttonContainer.append(button)}$(this.errorMessageList).append(li),$("#wpgmza_map, .wpgmza_map").each(function(index,el){var container=$(el).find(".wpgmza-google-maps-api-error-overlay");0==container.length&&(container=$("<div class='wpgmza-google-maps-api-error-overlay'></div>")).html(self.element.html()),setTimeout(function(){$(el).append(container)},100)}),$(".gm-err-container").parent().css({"z-index":1}),this.messagesAlreadyDisplayed[message]=!0}},WPGMZA.googleAPIErrorHandler=new WPGMZA.GoogleAPIErrorHandler}),jQuery(function($){WPGMZA.InfoWindow=function(mapObject){var self=this;WPGMZA.EventDispatcher.call(this),WPGMZA.assertInstanceOf(this,"InfoWindow"),mapObject&&(this.mapObject=mapObject,mapObject.map?setTimeout(function(){self.onMapObjectAdded(event)},100):mapObject.addEventListener("added",function(event){self.onMapObjectAdded(event)}))},WPGMZA.InfoWindow.prototype=Object.create(WPGMZA.EventDispatcher.prototype),WPGMZA.InfoWindow.prototype.constructor=WPGMZA.InfoWindow,WPGMZA.InfoWindow.OPEN_BY_CLICK=1,WPGMZA.InfoWindow.OPEN_BY_HOVER=2,WPGMZA.InfoWindow.getConstructor=function(){switch(WPGMZA.settings.engine){case"open-layers":return WPGMZA.isProVersion()?WPGMZA.OLProInfoWindow:WPGMZA.OLInfoWindow;default:return WPGMZA.isProVersion()?WPGMZA.GoogleProInfoWindow:WPGMZA.GoogleInfoWindow}},WPGMZA.InfoWindow.createInstance=function(mapObject){return new(this.getConstructor())(mapObject)},WPGMZA.InfoWindow.prototype.getContent=function(callback){var html="";this.mapObject instanceof WPGMZA.Marker&&(html=this.mapObject.address),callback(html)},WPGMZA.InfoWindow.prototype.open=function(map,mapObject){return this.mapObject=mapObject,!WPGMZA.settings.disable_infowindows&&!this.mapObject.disableInfoWindow},WPGMZA.InfoWindow.prototype.close=function(){this.trigger("infowindowclose")},WPGMZA.InfoWindow.prototype.setContent=function(options){},WPGMZA.InfoWindow.prototype.setOptions=function(options){},WPGMZA.InfoWindow.prototype.onMapObjectAdded=function(){1==this.mapObject.settings.infoopen&&this.open()}}),jQuery(function($){WPGMZA.LatLng=function(arg,lng){if(this._lat=0,this._lng=0,0!=arguments.length)if(1==arguments.length){if("string"==typeof arg){var m;if(!(m=arg.match(WPGMZA.LatLng.REGEXP)))throw new Error("Invalid LatLng string");arg={lat:m[1],lng:m[3]}}if("object"!=typeof arg||!("lat"in arg&&"lng"in arg))throw new Error("Argument must be a LatLng literal");this.lat=arg.lat,this.lng=arg.lng}else this.lat=arg,this.lng=lng},WPGMZA.LatLng.REGEXP=/^(\-?\d+(\.\d+)?),\s*(\-?\d+(\.\d+)?)$/,WPGMZA.LatLng.isValid=function(obj){return"object"==typeof obj&&("lat"in obj&&"lng"in obj)},Object.defineProperty(WPGMZA.LatLng.prototype,"lat",{get:function(){return this._lat},set:function(val){if(!$.isNumeric(val))throw new Error("Latitude must be numeric");this._lat=parseFloat(val)}}),Object.defineProperty(WPGMZA.LatLng.prototype,"lng",{get:function(){return this._lng},set:function(val){if(!$.isNumeric(val))throw new Error("Longitude must be numeric");this._lng=parseFloat(val)}}),WPGMZA.LatLng.prototype.toString=function(){return this._lat+", "+this._lng},WPGMZA.LatLng.fromCurrentPosition=function(callback,options){options||(options={}),callback&&WPGMZA.getCurrentPosition(function(position){var latLng=new WPGMZA.LatLng({lat:position.coords.latitude,lng:position.coords.longitude});options.geocodeAddress?WPGMZA.Geocoder.createInstance().getAddressFromLatLng({latLng:latLng},function(results){results.length&&(latLng.address=results[0]),callback(latLng)}):callback(latLng)})},WPGMZA.LatLng.fromGoogleLatLng=function(googleLatLng){return new WPGMZA.LatLng(googleLatLng.lat(),googleLatLng.lng())},WPGMZA.LatLng.prototype.toGoogleLatLng=function(){return new google.maps.LatLng({lat:this.lat,lng:this.lng})},WPGMZA.LatLng.prototype.toLatLngLiteral=function(){return{lat:this.lat,lng:this.lng}},WPGMZA.LatLng.prototype.moveByDistance=function(kilometers,heading){var delta=parseFloat(kilometers)/6371,theta=parseFloat(heading)/180*Math.PI,phi1=this.lat/180*Math.PI,lambda1=this.lng/180*Math.PI,sinPhi1=Math.sin(phi1),cosPhi1=Math.cos(phi1),sinDelta=Math.sin(delta),cosDelta=Math.cos(delta),sinTheta=Math.sin(theta),sinPhi2=sinPhi1*cosDelta+cosPhi1*sinDelta*Math.cos(theta),phi2=Math.asin(sinPhi2),y=sinTheta*sinDelta*cosPhi1,x=cosDelta-sinPhi1*sinPhi2,lambda2=lambda1+Math.atan2(y,x);this.lat=180*phi2/Math.PI,this.lng=180*lambda2/Math.PI},WPGMZA.LatLng.prototype.getGreatCircleDistance=function(arg1,arg2){var other,lat1=this.lat,lon1=this.lng;if(1==arguments.length)other=new WPGMZA.LatLng(arg1);else{if(2!=arguments.length)throw new Error("Invalid number of arguments");other=new WPGMZA.LatLng(arg1,arg2)}var lat2=other.lat,lon2=other.lng,phi1=lat1.toRadians(),phi2=lat2.toRadians(),deltaPhi=(lat2-lat1).toRadians(),deltaLambda=(lon2-lon1).toRadians(),a=Math.sin(deltaPhi/2)*Math.sin(deltaPhi/2)+Math.cos(phi1)*Math.cos(phi2)*Math.sin(deltaLambda/2)*Math.sin(deltaLambda/2);return 6371*(2*Math.atan2(Math.sqrt(a),Math.sqrt(1-a)))}}),jQuery(function($){WPGMZA.LatLngBounds=function(southWest,northEast){southWest&&northEast&&(this.south=southWest.lat,this.north=northEast.lat,this.west=southWest.lng,this.east=southWest.lng)},WPGMZA.LatLngBounds.prototype.isInInitialState=function(){return void 0==this.north&&void 0==this.south&&void 0==this.west&&void 0==this.east},WPGMZA.LatLngBounds.prototype.extend=function(latLng){if(latLng instanceof WPGMZA.LatLng||(latLng=new WPGMZA.LatLng(latLng)),this.isInInitialState())return this.north=this.south=latLng.lat,void(this.west=this.east=latLng.lng);latLng.lat<this.north&&(this.north=latLng.lat),latLng.lat>this.south&&(this.south=latLng.lat),latLng.lng<this.west&&(this.west=latLng.lng),latLng.lng>this.east&&(this.east=latLng.lng)},WPGMZA.LatLngBounds.prototype.extendByPixelMargin=function(map,x,arg){var y=x;if(!(map instanceof WPGMZA.Map))throw new Error("First argument must be an instance of WPGMZA.Map");if(this.isInInitialState())throw new Error("Cannot extend by pixels in initial state");arguments.length>=3&&(y=arg);var southWest=new WPGMZA.LatLng(this.south,this.west),northEast=new WPGMZA.LatLng(this.north,this.east);southWest=map.latLngToPixels(southWest),northEast=map.latLngToPixels(northEast),southWest.x-=x,southWest.y+=y,northEast.x+=x,northEast.y-=y,southWest=map.pixelsToLatLng(southWest.x,southWest.y),northEast=map.pixelsToLatLng(northEast.x,northEast.y);this.toString();this.north=northEast.lat,this.south=southWest.lat,this.west=southWest.lng,this.east=northEast.lng},WPGMZA.LatLngBounds.prototype.contains=function(latLng){if(!(latLng instanceof WPGMZA.LatLng))throw new Error("Argument must be an instance of WPGMZA.LatLng");return!(latLng.lat<Math.min(this.north,this.south))&&(!(latLng.lat>Math.max(this.north,this.south))&&(this.west<this.east?latLng.lng>=this.west&&latLng.lng<=this.east:this.west<this.east?latLng.lng>=this.west||this.lng<=this.east:latLng.lng<=this.west||this.lng>=this.east))},WPGMZA.LatLngBounds.prototype.toString=function(){return this.north+"N "+this.south+"S "+this.west+"W "+this.east+"E"}}),jQuery(function($){WPGMZA.MapObject=function(row){if(WPGMZA.assertInstanceOf(this,"MapObject"),WPGMZA.EventDispatcher.call(this),this.id=-1,this.guid=WPGMZA.guid(),this.modified=!0,this.settings={},row)for(var name in row)if("settings"==name){if(null==row.settings)this.settings={};else switch(typeof row.settings){case"string":this.settings=JSON.parse(row[name]);break;case"object":this.settings=row[name];break;default:throw new Error("Don't know how to interpret settings")}for(var name in this.settings){var value=this.settings[name];String(value).match(/^-?\d+$/)&&(this.settings[name]=parseInt(value))}}else this[name]=row[name]},WPGMZA.MapObject.prototype=Object.create(WPGMZA.EventDispatcher.prototype),WPGMZA.MapObject.prototype.constructor=WPGMZA.MapObject,WPGMZA.MapObject.prototype.parseGeometry=function(string){var pairs,coords,results=[];pairs=string.replace(/[^ ,\d\.\-+e]/g,"").split(",");for(var i=0;i<pairs.length;i++)coords=pairs[i].split(" "),results.push({lat:parseFloat(coords[1]),lng:parseFloat(coords[0])});return results},WPGMZA.MapObject.prototype.toJSON=function(){return{id:this.id,guid:this.guid,settings:this.settings}}}),jQuery(function($){var Parent=WPGMZA.MapObject;WPGMZA.Circle=function(options,engineCircle){WPGMZA.assertInstanceOf(this,"Circle"),this.center=new WPGMZA.LatLng,this.radius=100,Parent.apply(this,arguments)},WPGMZA.Circle.prototype=Object.create(Parent.prototype),WPGMZA.Circle.prototype.constructor=WPGMZA.Circle,WPGMZA.Circle.createInstance=function(options){var constructor;switch(WPGMZA.settings.engine){case"open-layers":constructor=WPGMZA.OLCircle;break;default:constructor=WPGMZA.GoogleCircle}return new constructor(options)},WPGMZA.Circle.prototype.getCenter=function(){return this.center.clone()},WPGMZA.Circle.prototype.setCenter=function(latLng){this.center.lat=latLng.lat,this.center.lng=latLng.lng},WPGMZA.Circle.prototype.getRadius=function(){return this.radius},WPGMZA.Circle.prototype.setRadius=function(radius){this.radius=radius},WPGMZA.Circle.prototype.getMap=function(){return this.map},WPGMZA.Circle.prototype.setMap=function(map){this.map&&this.map.removeCircle(this),map&&map.addCircle(this)}}),jQuery(function($){WPGMZA.MapSettingsPage=function(){var self=this;this.updateEngineSpecificControls(),this.updateGDPRControls(),$("select[name='wpgmza_maps_engine']").on("change",function(event){self.updateEngineSpecificControls()}),$("input[name='wpgmza_gdpr_require_consent_before_load'], input[name='wpgmza_gdpr_require_consent_before_vgm_submit'], input[name='wpgmza_gdpr_override_notice']").on("change",function(event){self.updateGDPRControls()})},WPGMZA.MapSettingsPage.prototype.updateEngineSpecificControls=function(){var engine=$("select[name='wpgmza_maps_engine']").val();$("[data-required-maps-engine][data-required-maps-engine!='"+engine+"']").hide(),$("[data-required-maps-engine='"+engine+"']").show()},WPGMZA.MapSettingsPage.prototype.updateGDPRControls=function(){var showNoticeControls=$("input[name='wpgmza_gdpr_require_consent_before_load']").prop("checked"),vgmCheckbox=$("input[name='wpgmza_gdpr_require_consent_before_vgm_submit']");vgmCheckbox.length&&(showNoticeControls=showNoticeControls||vgmCheckbox.prop("checked"));var showOverrideTextarea=showNoticeControls&&$("input[name='wpgmza_gdpr_override_notice']").prop("checked");showNoticeControls?$("#wpgmza-gdpr-compliance-notice").show("slow"):$("#wpgmza-gdpr-compliance-notice").hide("slow"),showOverrideTextarea?$("#wpgmza_gdpr_override_notice_text").show("slow"):$("#wpgmza_gdpr_override_notice_text").hide("slow")},jQuery(function($){window.location.href.match(/wp-google-maps-menu-settings/)&&(WPGMZA.mapSettingsPage=new WPGMZA.MapSettingsPage)})}),jQuery(function($){WPGMZA.MapSettings=function(element){function addSettings(input){if(input)for(var key in input)if("other_settings"!=key){var value=input[key];String(value).match(/^-?\d+$/)&&(value=parseInt(value)),self[key]=value}}var json,self=this,str=element.getAttribute("data-settings");try{json=JSON.parse(str)}catch(e){str=str.replace(/\\%/g,"%"),str=str.replace(/\\\\"/g,'\\"');try{json=JSON.parse(str)}catch(e){json={},console.warn("Failed to parse map settings JSON")}}WPGMZA.assertInstanceOf(this,"MapSettings"),addSettings(WPGMZA.settings),addSettings(json),json&&json.other_settings&&addSettings(json.other_settings)},WPGMZA.MapSettings.prototype.toOLViewOptions=function(){var options={center:ol.proj.fromLonLat([-119.4179,36.7783]),zoom:4};if("string"==typeof this.start_location){var coords=this.start_location.replace(/^\(|\)$/g,"").split(",");WPGMZA.isLatLngString(this.start_location)?options.center=ol.proj.fromLonLat([parseFloat(coords[1]),parseFloat(coords[0])]):console.warn("Invalid start location")}return this.center&&(options.center=ol.proj.fromLonLat([parseFloat(this.center.lng),parseFloat(this.center.lat)])),this.zoom&&(options.zoom=parseInt(this.zoom)),this.start_zoom&&(options.zoom=parseInt(this.start_zoom)),this.map_min_zoom&&this.map_max_zoom&&(options.minZoom=Math.min(this.map_min_zoom,this.map_max_zoom),options.maxZoom=Math.max(this.map_min_zoom,this.map_max_zoom)),options},WPGMZA.MapSettings.prototype.toGoogleMapsOptions=function(){function formatCoord(coord){return $.isNumeric(coord)?coord:parseFloat(String(coord).replace(/[\(\)\s]/,""))}var self=this,latLngCoords=this.start_location&&this.start_location.length?this.start_location.split(","):[36.7783,-119.4179],latLng=new google.maps.LatLng(formatCoord(latLngCoords[0]),formatCoord(latLngCoords[1])),zoom=this.start_zoom?parseInt(this.start_zoom):4;!this.start_zoom&&this.zoom&&(zoom=parseInt(this.zoom));var options={zoom:zoom,center:latLng};switch(function(name){return!("object"==typeof self[name]||self[name]&&self[name].length)}("center")||(options.center=new google.maps.LatLng({lat:parseFloat(this.center.lat),lng:parseFloat(this.center.lng)})),this.map_min_zoom&&this.map_max_zoom&&(options.minZoom=Math.min(this.map_min_zoom,this.map_max_zoom),options.maxZoom=Math.max(this.map_min_zoom,this.map_max_zoom)),options.zoomControl=!("yes"==this.wpgmza_settings_map_zoom),options.panControl=!("yes"==this.wpgmza_settings_map_pan),options.mapTypeControl=!("yes"==this.wpgmza_settings_map_type),options.streetViewControl=!("yes"==this.wpgmza_settings_map_streetview),options.fullscreenControl=!("yes"==this.wpgmza_settings_map_full_screen_control),options.draggable=!("yes"==this.wpgmza_settings_map_draggable),options.disableDoubleClickZoom="yes"==this.wpgmza_settings_map_clickzoom,options.scrollwheel=!("yes"==this.wpgmza_settings_map_scroll),"greedy"==this.wpgmza_force_greedy_gestures||"yes"==this.wpgmza_force_greedy_gestures?options.gestureHandling="greedy":options.gestureHandling="cooperative",parseInt(this.type)){case 2:options.mapTypeId=google.maps.MapTypeId.SATELLITE;break;case 3:options.mapTypeId=google.maps.MapTypeId.HYBRID;break;case 4:options.mapTypeId=google.maps.MapTypeId.TERRAIN;break;default:options.mapTypeId=google.maps.MapTypeId.ROADMAP}if(this.theme_data&&this.theme_data.length>0)try{options.styles=JSON.parse(this.theme_data)}catch(e){alert("Your theme data is not valid JSON and has been ignored")}return options}}),jQuery(function($){function deg2rad(deg){return deg*(Math.PI/180)}WPGMZA.Map=function(element,options){if(WPGMZA.assertInstanceOf(this,"Map"),WPGMZA.EventDispatcher.call(this),!(element instanceof HTMLElement))throw new Error("Argument must be a HTMLElement");if(this.id=element.getAttribute("data-map-id"),!/\d+/.test(this.id))throw new Error("Map ID must be an integer");if(WPGMZA.maps.push(this),this.element=element,this.element.wpgmzaMap=this,this.engineElement=element,this.markers=[],this.polygons=[],this.polylines=[],this.circles=[],this.loadSettings(options),this.shortcodeAttributes={},$(this.element).attr("data-shortcode-attributes"))try{this.shortcodeAttributes=JSON.parse($(this.element).attr("data-shortcode-attributes"))}catch(e){console.warn("Error parsing shortcode attributes")}this.initStoreLocator(),this.markerFilter=WPGMZA.MarkerFilter.createInstance(this)},WPGMZA.Map.prototype=Object.create(WPGMZA.EventDispatcher.prototype),WPGMZA.Map.prototype.constructor=WPGMZA.Map,WPGMZA.Map.getConstructor=function(){switch(WPGMZA.settings.engine){case"open-layers":return WPGMZA.isProVersion()?WPGMZA.OLProMap:WPGMZA.OLMap;default:return WPGMZA.isProVersion()?WPGMZA.GoogleProMap:WPGMZA.GoogleMap}},WPGMZA.Map.createInstance=function(element,options){return new(WPGMZA.Map.getConstructor())(element,options)},WPGMZA.Map.prototype.loadSettings=function(options){var settings=new WPGMZA.MapSettings(this.element);settings.other_settings;if(delete settings.other_settings,options)for(var key in options)settings[key]=options[key];this.settings=settings},WPGMZA.Map.prototype.initStoreLocator=function(){var storeLocatorElement=$(".wpgmza_sl_main_div");storeLocatorElement.length&&(this.storeLocator=WPGMZA.StoreLocator.createInstance(this,storeLocatorElement[0]))},WPGMZA.Map.prototype.setOptions=function(options){for(var name in options)this.settings[name]=options[name]};Math.PI;WPGMZA.Map.getGeographicDistance=function(lat1,lon1,lat2,lon2){var dLat=deg2rad(lat2-lat1),dLon=deg2rad(lon2-lon1),a=Math.sin(dLat/2)*Math.sin(dLat/2)+Math.cos(deg2rad(lat1))*Math.cos(deg2rad(lat2))*Math.sin(dLon/2)*Math.sin(dLon/2);return 6371*(2*Math.atan2(Math.sqrt(a),Math.sqrt(1-a)))},WPGMZA.Map.prototype.setCenter=function(latLng){if(!("lat"in latLng&&"lng"in latLng))throw new Error("Argument is not an object with lat and lng")},WPGMZA.Map.prototype.setDimensions=function(width,height){$(this.element).css({width:width}),$(this.engineElement).css({width:"100%",height:height})},WPGMZA.Map.prototype.addMarker=function(marker){if(!(marker instanceof WPGMZA.Marker))throw new Error("Argument must be an instance of WPGMZA.Marker");marker.map=this,marker.parent=this,this.markers.push(marker),this.dispatchEvent({type:"markeradded",marker:marker}),marker.dispatchEvent({type:"added"})},WPGMZA.Map.prototype.removeMarker=function(marker){if(!(marker instanceof WPGMZA.Marker))throw new Error("Argument must be an instance of WPGMZA.Marker");if(marker.map!==this)throw new Error("Wrong map error");marker.map=null,marker.parent=null,this.markers.splice(this.markers.indexOf(marker),1),this.dispatchEvent({type:"markerremoved",marker:marker}),marker.dispatchEvent({type:"removed"})},WPGMZA.Map.prototype.getMarkerByID=function(id){for(var i=0;i<this.markers.length;i++)if(this.markers[i].id==id)return this.markers[i];return null},WPGMZA.Map.prototype.removeMarkerByID=function(id){var marker=this.getMarkerByID(id);marker&&this.removeMarker(marker)},WPGMZA.Map.prototype.addPolygon=function(polygon){if(!(polygon instanceof WPGMZA.Polygon))throw new Error("Argument must be an instance of WPGMZA.Polygon");polygon.map=this,this.polygons.push(polygon),this.dispatchEvent({type:"polygonadded",polygon:polygon})},WPGMZA.Map.prototype.deletePolygon=function(polygon){if(!(polygon instanceof WPGMZA.Polygon))throw new Error("Argument must be an instance of WPGMZA.Polygon");if(polygon.map!==this)throw new Error("Wrong map error");polygon.map=null,this.polygons.splice(this.polygons.indexOf(polygon),1),this.dispatchEvent({type:"polygonremoved",polygon:polygon})},WPGMZA.Map.prototype.getPolygonByID=function(id){for(var i=0;i<this.polygons.length;i++)if(this.polygons[i].id==id)return this.polygons[i];return null},WPGMZA.Map.prototype.deletePolygonByID=function(id){var polygon=this.getPolygonByID(id);polygon&&this.deletePolygon(polygon)},WPGMZA.Map.prototype.getPolylineByID=function(id){for(var i=0;i<this.polylines.length;i++)if(this.polylines[i].id==id)return this.polylines[i];return null},WPGMZA.Map.prototype.addPolyline=function(polyline){if(!(polyline instanceof WPGMZA.Polyline))throw new Error("Argument must be an instance of WPGMZA.Polyline");polyline.map=this,this.polylines.push(polyline),this.dispatchEvent({type:"polylineadded",polyline:polyline})},WPGMZA.Map.prototype.deletePolyline=function(polyline){if(!(polyline instanceof WPGMZA.Polyline))throw new Error("Argument must be an instance of WPGMZA.Polyline");if(polyline.map!==this)throw new Error("Wrong map error");polyline.map=null,this.polylines.splice(this.polylines.indexOf(polyline),1),this.dispatchEvent({type:"polylineremoved",polyline:polyline})},WPGMZA.Map.prototype.getPolylineByID=function(id){for(var i=0;i<this.polylines.length;i++)if(this.polylines[i].id==id)return this.polylines[i];return null},WPGMZA.Map.prototype.deletePolylineByID=function(id){var polyline=this.getPolylineByID(id);polyline&&this.deletePolyline(polyline)},WPGMZA.Map.prototype.addCircle=function(circle){if(!(circle instanceof WPGMZA.Circle))throw new Error("Argument must be an instance of WPGMZA.Circle");circle.map=this,this.circles.push(circle),this.dispatchEvent({type:"circleadded",circle:circle})},WPGMZA.Map.prototype.removeCircle=function(circle){if(!(circle instanceof WPGMZA.Circle))throw new Error("Argument must be an instance of WPGMZA.Circle");if(circle.map!==this)throw new Error("Wrong map error");circle.map=null,this.circles.splice(this.circles.indexOf(circle),1),this.dispatchEvent({type:"circleremoved",circle:circle})},WPGMZA.Map.prototype.getCircleByID=function(id){for(var i=0;i<this.circles.length;i++)if(this.circles[i].id==id)return this.circles[i];return null},WPGMZA.Map.prototype.deleteCircleByID=function(id){var circle=this.getCircleByID(id);circle&&this.deleteCircle(circle)},WPGMZA.Map.prototype.nudge=function(x,y){var pixels=this.latLngToPixels(this.getCenter());if(pixels.x+=parseFloat(x),pixels.y+=parseFloat(y),isNaN(pixels.x)||isNaN(pixels.y))throw new Error("Invalid coordinates supplied");var latLng=this.pixelsToLatLng(pixels);this.setCenter(latLng)},WPGMZA.Map.prototype.onWindowResize=function(event){},WPGMZA.Map.prototype.onElementResized=function(event){},WPGMZA.Map.prototype.onBoundsChanged=function(event){this.trigger("boundschanged"),this.trigger("bounds_changed")},WPGMZA.Map.prototype.onIdle=function(event){this.trigger("idle")}}),jQuery(function($){WPGMZA.MapsEngineDialog=function(element){var self=this;this.element=element,window.wpgmzaUnbindSaveReminder&&window.wpgmzaUnbindSaveReminder(),$(element).show(),$(element).remodal().open(),$(element).find("input:radio").on("change",function(event){$("#wpgmza-confirm-engine").prop("disabled",!1)}),$("#wpgmza-confirm-engine").on("click",function(event){self.onButtonClicked(event)})},WPGMZA.MapsEngineDialog.prototype.onButtonClicked=function(event){$(event.target).prop("disabled",!0),$.ajax(WPGMZA.ajaxurl,{method:"POST",data:{action:"wpgmza_maps_engine_dialog_set_engine",engine:$("[name='wpgmza_maps_engine']:checked").val()},success:function(response,status,xhr){window.location.reload()}})},$(window).on("load",function(event){var element=$("#wpgmza-maps-engine-dialog");element.length&&(WPGMZA.settings.wpgmza_maps_engine_dialog_done||WPGMZA.settings.wpgmza_google_maps_api_key&&WPGMZA.settings.wpgmza_google_maps_api_key.length||(WPGMZA.mapsEngineDialog=new WPGMZA.MapsEngineDialog(element)))})}),jQuery(function($){WPGMZA.MarkerFilter=function(map){WPGMZA.EventDispatcher.call(this),this.map=map},WPGMZA.MarkerFilter.prototype=Object.create(WPGMZA.EventDispatcher.prototype),WPGMZA.MarkerFilter.prototype.constructor=WPGMZA.MarkerFilter,WPGMZA.MarkerFilter.createInstance=function(map){return new WPGMZA.MarkerFilter(map)},WPGMZA.MarkerFilter.prototype.getFilteringParameters=function(){var params={map_id:this.map.id};return this.map.storeLocator&&(params=$.extend(params,this.map.storeLocator.getFilteringParameters())),params},WPGMZA.MarkerFilter.prototype.update=function(){},WPGMZA.MarkerFilter.prototype.onFilteringComplete=function(results){}}),jQuery(function($){WPGMZA.Marker=function(row){var self=this;this._offset={x:0,y:0},WPGMZA.assertInstanceOf(this,"Marker"),this.lat="36.778261",this.lng="-119.4179323999",this.address="California",this.title=null,this.description="",this.link="",this.icon="",this.approved=1,this.pic=null,this.disableInfoWindow=!1,WPGMZA.MapObject.apply(this,arguments),row&&row.heatmap||(row&&this.on("init",function(event){row.position&&this.setPosition(row.position),row.map&&row.map.addMarker(this)}),this.addEventListener("added",function(event){self.onAdded(event)}))},WPGMZA.Marker.prototype=Object.create(WPGMZA.MapObject.prototype),WPGMZA.Marker.prototype.constructor=WPGMZA.Marker,WPGMZA.Marker.getConstructor=function(){switch(WPGMZA.settings.engine){case"open-layers":return WPGMZA.isProVersion()?WPGMZA.OLProMarker:WPGMZA.OLMarker;default:return WPGMZA.isProVersion()?WPGMZA.GoogleProMarker:WPGMZA.GoogleMarker}},WPGMZA.Marker.createInstance=function(row){return new(WPGMZA.Marker.getConstructor())(row)},WPGMZA.Marker.ANIMATION_NONE="0",WPGMZA.Marker.ANIMATION_BOUNCE="1",WPGMZA.Marker.ANIMATION_DROP="2",Object.defineProperty(WPGMZA.Marker.prototype,"offsetX",{get:function(){return this._offset.x},set:function(value){this._offset.x=value,this.updateOffset()}}),Object.defineProperty(WPGMZA.Marker.prototype,"offsetY",{get:function(){return this._offset.y},set:function(value){this._offset.y=value,this.updateOffset()}}),WPGMZA.Marker.prototype.onAdded=function(event){var self=this;this.addEventListener("click",function(event){self.onClick(event)}),this.addEventListener("mouseover",function(event){self.onMouseOver(event)}),this.addEventListener("select",function(event){self.onSelect(event)}),this.map.settings.marker==this.id&&self.trigger("select"),"1"==this.infoopen&&this.openInfoWindow()},WPGMZA.Marker.prototype.initInfoWindow=function(){this.infoWindow||(this.infoWindow=WPGMZA.InfoWindow.createInstance())},WPGMZA.Marker.prototype.openInfoWindow=function(){this.map?(this.map.lastInteractedMarker&&this.map.lastInteractedMarker.infoWindow.close(),this.map.lastInteractedMarker=this,this.initInfoWindow(),this.infoWindow.open(this.map,this)):console.warn("Cannot open infowindow for marker with no map")},WPGMZA.Marker.prototype.onClick=function(event){},WPGMZA.Marker.prototype.onSelect=function(event){this.openInfoWindow()},WPGMZA.Marker.prototype.onMouseOver=function(event){this.map.settings.info_window_open_by==WPGMZA.InfoWindow.OPEN_BY_HOVER&&this.openInfoWindow()},WPGMZA.Marker.prototype.getIcon=function(){function stripProtocol(url){return"string"!=typeof url?url:url.replace(/^http(s?):/,"")}return stripProtocol(WPGMZA.defaultMarkerIcon?WPGMZA.defaultMarkerIcon:WPGMZA.settings.default_marker_icon)},WPGMZA.Marker.prototype.getPosition=function(){return new WPGMZA.LatLng({lat:parseFloat(this.lat),lng:parseFloat(this.lng)})},WPGMZA.Marker.prototype.setPosition=function(latLng){latLng instanceof WPGMZA.LatLng?(this.lat=latLng.lat,this.lng=latLng.lng):(this.lat=parseFloat(latLng.lat),this.lng=parseFloat(latLng.lng))},WPGMZA.Marker.prototype.setOffset=function(x,y){this._offset.x=x,this._offset.y=y,this.updateOffset()},WPGMZA.Marker.prototype.updateOffset=function(){},WPGMZA.Marker.prototype.getAnimation=function(animation){return this.settings.animation},WPGMZA.Marker.prototype.setAnimation=function(animation){this.settings.animation=animation},WPGMZA.Marker.prototype.getVisible=function(){},WPGMZA.Marker.prototype.setVisible=function(visible){!visible&&this.infoWindow&&this.infoWindow.close()},WPGMZA.Marker.prototype.getMap=function(){return this.map},WPGMZA.Marker.prototype.setMap=function(map){map?map.addMarker(this):this.map&&this.map.removeMarker(this),this.map=map},WPGMZA.Marker.prototype.getDraggable=function(){},WPGMZA.Marker.prototype.setDraggable=function(draggable){},WPGMZA.Marker.prototype.setOptions=function(options){},WPGMZA.Marker.prototype.setOpacity=function(opacity){},WPGMZA.Marker.prototype.panIntoView=function(){if(!this.map)throw new Error("Marker hasn't been added to a map");this.map.setCenter(this.getPosition())},WPGMZA.Marker.prototype.toJSON=function(){var result=WPGMZA.MapObject.prototype.toJSON.call(this),position=this.getPosition();return $.extend(result,{lat:position.lat,lng:position.lng,address:this.address,title:this.title,description:this.description,link:this.link,icon:this.icon,pic:this.pic,approved:this.approved}),result}}),jQuery(function($){WPGMZA.ModernStoreLocatorCircle=function(map_id,settings){var map;map=WPGMZA.isProVersion()?this.map=MYMAP[map_id].map:this.map=MYMAP.map,this.map_id=map_id,this.mapElement=map.element,this.mapSize={width:$(this.mapElement).width(),height:$(this.mapElement).height()},this.initCanvasLayer(),this.settings={center:new WPGMZA.LatLng(0,0),radius:1,color:"#63AFF2",shadowColor:"white",shadowBlur:4,centerRingRadius:10,centerRingLineWidth:3,numInnerRings:9,innerRingLineWidth:1,innerRingFade:!0,numOuterRings:7,ringLineWidth:1,mainRingLineWidth:2,numSpokes:6,spokesStartAngle:Math.PI/2,numRadiusLabels:6,radiusLabelsStartAngle:Math.PI/2,radiusLabelFont:"13px sans-serif",visible:!1},settings&&this.setOptions(settings)},WPGMZA.ModernStoreLocatorCircle.createInstance=function(map,settings){return"google-maps"==WPGMZA.settings.engine?new WPGMZA.GoogleModernStoreLocatorCircle(map,settings):new WPGMZA.OLModernStoreLocatorCircle(map,settings)},WPGMZA.ModernStoreLocatorCircle.prototype.initCanvasLayer=function(){},WPGMZA.ModernStoreLocatorCircle.prototype.onResize=function(event){this.draw()},WPGMZA.ModernStoreLocatorCircle.prototype.onUpdate=function(event){this.draw()},WPGMZA.ModernStoreLocatorCircle.prototype.setOptions=function(options){for(var name in options){var functionName="set"+name.substr(0,1).toUpperCase()+name.substr(1);"function"==typeof this[functionName]?this[functionName](options[name]):this.settings[name]=options[name]}},WPGMZA.ModernStoreLocatorCircle.prototype.getResolutionScale=function(){return window.devicePixelRatio||1},WPGMZA.ModernStoreLocatorCircle.prototype.getCenter=function(){return this.getPosition()},WPGMZA.ModernStoreLocatorCircle.prototype.setCenter=function(value){this.setPosition(value)},WPGMZA.ModernStoreLocatorCircle.prototype.getPosition=function(){return this.settings.center},WPGMZA.ModernStoreLocatorCircle.prototype.setPosition=function(position){this.settings.center=position},WPGMZA.ModernStoreLocatorCircle.prototype.getRadius=function(){return this.settings.radius},WPGMZA.ModernStoreLocatorCircle.prototype.setRadius=function(radius){if(isNaN(radius))throw new Error("Invalid radius");this.settings.radius=radius},WPGMZA.ModernStoreLocatorCircle.prototype.getVisible=function(){return this.settings.visible},WPGMZA.ModernStoreLocatorCircle.prototype.setVisible=function(visible){this.settings.visible=visible},WPGMZA.ModernStoreLocatorCircle.prototype.getTransformedRadius=function(km){throw new Error("Abstract function called")},WPGMZA.ModernStoreLocatorCircle.prototype.getContext=function(type){throw new Error("Abstract function called")},WPGMZA.ModernStoreLocatorCircle.prototype.getCanvasDimensions=function(){throw new Error("Abstract function called")},WPGMZA.ModernStoreLocatorCircle.prototype.validateSettings=function(){WPGMZA.isHexColorString(this.settings.color)||(this.settings.color="#63AFF2")},WPGMZA.ModernStoreLocatorCircle.prototype.draw=function(){this.validateSettings();var settings=this.settings,canvasDimensions=this.getCanvasDimensions(),canvasWidth=canvasDimensions.width,canvasHeight=canvasDimensions.height;this.map,this.getResolutionScale();if(context=this.getContext("2d"),context.clearRect(0,0,canvasWidth,canvasHeight),settings.visible){context.shadowColor=settings.shadowColor,context.shadowBlur=settings.shadowBlur,context.setTransform(1,0,0,1,0,0);var scale=this.getScale();context.scale(scale,scale);var offset=this.getWorldOriginOffset();context.translate(offset.x,offset.y);new WPGMZA.LatLng(this.settings.center);var worldPoint=this.getCenterPixels(),rgba=WPGMZA.hexToRgba(settings.color),ringSpacing=this.getTransformedRadius(settings.radius)/(settings.numInnerRings+1);context.strokeStyle=settings.color,context.lineWidth=1/scale*settings.centerRingLineWidth,context.beginPath(),context.arc(worldPoint.x,worldPoint.y,this.getTransformedRadius(settings.centerRingRadius)/scale,0,2*Math.PI),context.stroke(),context.closePath();var end,spokeAngle,radius=this.getTransformedRadius(settings.radius)+ringSpacing*settings.numOuterRings+1,grad=context.createRadialGradient(0,0,0,0,0,radius),rgba=WPGMZA.hexToRgba(settings.color),start=WPGMZA.rgbaToString(rgba);rgba.a=0,end=WPGMZA.rgbaToString(rgba),grad.addColorStop(0,start),grad.addColorStop(1,end),context.save(),context.translate(worldPoint.x,worldPoint.y),context.strokeStyle=grad,context.lineWidth=2/scale;for(i=0;i<settings.numSpokes;i++)spokeAngle=settings.spokesStartAngle+2*Math.PI*(i/settings.numSpokes),x=Math.cos(spokeAngle)*radius,y=Math.sin(spokeAngle)*radius,context.setLineDash([2/scale,15/scale]),context.beginPath(),context.moveTo(0,0),context.lineTo(x,y),context.stroke();context.setLineDash([]),context.restore(),context.lineWidth=1/scale*settings.innerRingLineWidth;for(i=1;i<=settings.numInnerRings;i++){radius=i*ringSpacing;settings.innerRingFade&&(rgba.a=1-(i-1)/settings.numInnerRings),context.strokeStyle=WPGMZA.rgbaToString(rgba),context.beginPath(),context.arc(worldPoint.x,worldPoint.y,radius,0,2*Math.PI),context.stroke(),context.closePath()}context.strokeStyle=settings.color,context.lineWidth=1/scale*settings.centerRingLineWidth,context.beginPath(),context.arc(worldPoint.x,worldPoint.y,this.getTransformedRadius(settings.radius),0,2*Math.PI),context.stroke(),context.closePath();for(var radius=radius+ringSpacing,i=0;i<settings.numOuterRings;i++)settings.innerRingFade&&(rgba.a=1-i/settings.numOuterRings),context.strokeStyle=WPGMZA.rgbaToString(rgba),context.beginPath(),context.arc(worldPoint.x,worldPoint.y,radius,0,2*Math.PI),context.stroke(),context.closePath(),radius+=ringSpacing;if(settings.numRadiusLabels>0){var m,x,y,radius=this.getTransformedRadius(settings.radius);(m=settings.radiusLabelFont.match(/(\d+)px/))&&parseInt(m[1])/2*1.1/scale,context.font=settings.radiusLabelFont,context.textAlign="center",context.textBaseline="middle",context.fillStyle=settings.color,context.save(),context.translate(worldPoint.x,worldPoint.y);for(i=0;i<settings.numRadiusLabels;i++){var width,textAngle=(spokeAngle=settings.radiusLabelsStartAngle+2*Math.PI*(i/settings.numRadiusLabels))+Math.PI/2,text=settings.radiusString;Math.sin(spokeAngle)>0&&(textAngle-=Math.PI),x=Math.cos(spokeAngle)*radius,y=Math.sin(spokeAngle)*radius,context.save(),context.translate(x,y),context.rotate(textAngle),context.scale(1/scale,1/scale),width=context.measureText(text).width,height=width/2,context.clearRect(-width,-height,2*width,2*height),context.fillText(settings.radiusString,0,0),context.restore()}context.restore()}}}}),jQuery(function($){WPGMZA.ModernStoreLocator=function(map_id){var original,self=this,map=WPGMZA.getMapByID(map_id);if(WPGMZA.assertInstanceOf(this,"ModernStoreLocator"),(original=WPGMZA.isProVersion()?$(".wpgmza_sl_search_button[mid='"+map_id+"']").closest(".wpgmza_sl_main_div"):$(".wpgmza_sl_search_button").closest(".wpgmza_sl_main_div")).length){this.element=$("<div class='wpgmza-modern-store-locator'><div class='wpgmza-inner wpgmza-modern-hover-opaque'/></div>")[0];var inner=$(this.element).find(".wpgmza-inner"),titleSearch=$(original).find("[id='nameInput_"+map_id+"']");if(titleSearch.length){var placeholder=wpgmaps_localize[map_id].other_settings.store_locator_name_string;placeholder&&placeholder.length&&titleSearch.attr("placeholder",placeholder),inner.append(titleSearch)}var addressInput;addressInput=WPGMZA.isProVersion()?$(original).find(".addressInput"):$(original).find("#addressInput"),wpgmaps_localize[map_id].other_settings.store_locator_query_string&&wpgmaps_localize[map_id].other_settings.store_locator_query_string.length&&addressInput.attr("placeholder",wpgmaps_localize[map_id].other_settings.store_locator_query_string),inner.append(addressInput);var button;(button=$(original).find("button.wpgmza-use-my-location"))&&inner.append(button),$(addressInput).on("keydown",function(event){13==event.keyCode&&self.searchButton.is(":visible")&&self.searchButton.trigger("click")}),$(addressInput).on("input",function(event){self.searchButton.show(),self.resetButton.hide()}),inner.append($(original).find("select.wpgmza_sl_radius_select")),this.searchButton=$(original).find(".wpgmza_sl_search_button"),inner.append(this.searchButton),this.resetButton=$(original).find(".wpgmza_sl_reset_button_div"),inner.append(this.resetButton),this.resetButton.on("click",function(event){resetLocations(map_id)}),this.resetButton.hide(),WPGMZA.isProVersion()&&(this.searchButton.on("click",function(event){0!=$("addressInput_"+map_id).val()&&(self.searchButton.hide(),self.resetButton.show(),map.storeLocator.state=WPGMZA.StoreLocator.STATE_APPLIED)}),this.resetButton.on("click",function(event){self.resetButton.hide(),self.searchButton.show(),map.storeLocator.state=WPGMZA.StoreLocator.STATE_INITIAL})),inner.append($("#wpgmza_distance_type_"+map_id));var container=$(original).find(".wpgmza_cat_checkbox_holder"),numCategories=($(container).children("ul"),0),icons=[];$(container).find("li").each(function(index,el){var id=$(el).attr("class").match(/\d+/);for(var category_id in wpgmza_category_data)if(id==category_id){var src=wpgmza_category_data[category_id].image,icon=$('<div class="wpgmza-chip-icon"/>');icon.css({"background-image":"url('"+src+"')",width:$("#wpgmza_cat_checkbox_"+category_id+" + label").height()+"px"}),icons.push(icon),null!=src&&""!=src&&$("#wpgmza_cat_checkbox_"+category_id+" + label").prepend(icon),numCategories++;break}}),$(this.element).append(container),numCategories&&(this.optionsButton=$('<span class="wpgmza_store_locator_options_button"><i class="fa fa-list"></i></span>'),$(this.searchButton).before(this.optionsButton)),setInterval(function(){icons.forEach(function(icon){var height=$(icon).height();$(icon).css({width:height+"px"}),$(icon).closest("label").css({"padding-left":height+8+"px"})}),$(container).css("width",$(self.element).find(".wpgmza-inner").outerWidth()+"px")},1e3),$(this.element).find(".wpgmza_store_locator_options_button").on("click",function(event){container.hasClass("wpgmza-open")?container.removeClass("wpgmza-open"):container.addClass("wpgmza-open")}),$(original).remove(),$(this.element).find("input, select").on("focus",function(){$(inner).addClass("active")}),$(this.element).find("input, select").on("blur",function(){$(inner).removeClass("active")})}},WPGMZA.ModernStoreLocator.createInstance=function(map_id){return"google-maps"==WPGMZA.settings.engine?new WPGMZA.GoogleModernStoreLocator(map_id):new WPGMZA.OLModernStoreLocator(map_id)}}),jQuery(function($){WPGMZA.NativeMapsAppIcon=function(){navigator.userAgent.match(/^Apple|iPhone|iPad|iPod/)?(this.type="apple",this.element=$('<span><i class="fab fa-apple" aria-hidden="true"></i></span>')):(this.type="google",this.element=$('<span><i class="fab fa-google" aria-hidden="true"></i></span>'))}}),jQuery(function($){WPGMZA.Polygon=function(row,enginePolygon){WPGMZA.assertInstanceOf(this,"Polygon"),this.paths=null,this.title=null,this.name=null,this.link=null,WPGMZA.MapObject.apply(this,arguments)},WPGMZA.Polygon.prototype=Object.create(WPGMZA.MapObject.prototype),WPGMZA.Polygon.prototype.constructor=WPGMZA.Polygon,WPGMZA.Polygon.getConstructor=function(){switch(WPGMZA.settings.engine){case"open-layers":return WPGMZA.isProVersion()?WPGMZA.OLProPolygon:WPGMZA.OLPolygon;default:return WPGMZA.isProVersion()?WPGMZA.GoogleProPolygon:WPGMZA.GooglePolygon}},WPGMZA.Polygon.createInstance=function(row,engineObject){return new(WPGMZA.Polygon.getConstructor())(row,engineObject)},WPGMZA.Polygon.prototype.toJSON=function(){var result=WPGMZA.MapObject.prototype.toJSON.call(this);return $.extend(result,{name:this.name,title:this.title,link:this.link}),result}}),jQuery(function($){WPGMZA.Polyline=function(row,googlePolyline){WPGMZA.assertInstanceOf(this,"Polyline"),this.title=null,WPGMZA.MapObject.apply(this,arguments)},WPGMZA.Polyline.prototype=Object.create(WPGMZA.MapObject.prototype),WPGMZA.Polyline.prototype.constructor=WPGMZA.Polyline,WPGMZA.Polyline.getConstructor=function(){switch(WPGMZA.settings.engine){case"open-layers":return WPGMZA.OLPolyline;default:return WPGMZA.GooglePolyline}},WPGMZA.Polyline.createInstance=function(row,engineObject){return new(WPGMZA.Polyline.getConstructor())(row,engineObject)},WPGMZA.Polyline.prototype.getPoints=function(){return this.toJSON().points},WPGMZA.Polyline.prototype.toJSON=function(){var result=WPGMZA.MapObject.prototype.toJSON.call(this);return result.title=this.title,result}}),jQuery(function($){WPGMZA.PopoutPanel=function(){},WPGMZA.PopoutPanel.prototype.open=function(){$(this.element).addClass("wpgmza-open")},WPGMZA.PopoutPanel.prototype.close=function(){$(this.element).removeClass("wpgmza-open")}}),jQuery(function($){WPGMZA.RestAPI=function(){WPGMZA.RestAPI.URL=WPGMZA.resturl},WPGMZA.RestAPI.createInstance=function(){return new WPGMZA.RestAPI},WPGMZA.RestAPI.prototype.call=function(route,params){if("string"!=typeof route||!route.match(/^\//))throw new Error("Invalid route");return WPGMZA.RestAPI.URL.match(/\/$/)&&(route=route.replace(/^\//,"")),params||(params={}),params.beforeSend=function(xhr){xhr.setRequestHeader("X-WP-Nonce",WPGMZA.restnonce)},params.error||(params.error=function(xhr,status,message){throw new Error(message)}),$.ajax(WPGMZA.RestAPI.URL+route,params)}}),jQuery(function($){WPGMZA.StoreLocator=function(map,element){var self=this;WPGMZA.EventDispatcher.call(this),this._center=null,this.map=map,this.element=element,this.state=WPGMZA.StoreLocator.STATE_INITIAL,this.map.on("storelocatorgeocodecomplete",function(event){self.onGeocodeComplete(event)}),$(document.body).on("click",".wpgmza_sl_search_button_"+map.id,function(event){self.onSearch(event)}),$(document.body).on("click",".wpgmza_sl_reset_button_"+map.id,function(event){self.onReset(event)})},WPGMZA.StoreLocator.prototype=Object.create(WPGMZA.EventDispatcher.prototype),WPGMZA.StoreLocator.prototype.constructor=WPGMZA.StoreLocator,WPGMZA.StoreLocator.STATE_INITIAL="initial",WPGMZA.StoreLocator.STATE_APPLIED="applied",WPGMZA.StoreLocator.createInstance=function(map,element){return new WPGMZA.StoreLocator(map,element)},Object.defineProperty(WPGMZA.StoreLocator.prototype,"radius",{get:function(){return $("#radiusSelect_"+this.map.id).val()}}),Object.defineProperty(WPGMZA.StoreLocator.prototype,"center",{get:function(){return this._center}}),WPGMZA.StoreLocator.prototype.onGeocodeComplete=function(event){event.results&&event.results.length?this._center=new WPGMZA.LatLng(event.results[0].latLng):this._center=null,this.map.markerFilter.update()},WPGMZA.StoreLocator.prototype.onSearch=function(event){this.state=WPGMZA.StoreLocator.STATE_APPLIED},WPGMZA.StoreLocator.prototype.onReset=function(event){this.state=WPGMZA.StoreLocator.STATE_INITIAL,this._center=null,this.map.markerFilter.update()},WPGMZA.StoreLocator.prototype.getFilteringParameters=function(){return this.center?{center:this.center,radius:this.radius}:{}}}),jQuery(function($){WPGMZA.Text=function(options){if(options)for(var name in options)this[name]=options[name]},WPGMZA.Text.createInstance=function(options){return WPGMZA.settings.engine,new WPGMZA.Text(options)}}),jQuery(function($){function isPositiveInteger(x){return/^\d+$/.test(x)}function validateParts(parts){for(var i=0;i<parts.length;++i)if(!isPositiveInteger(parts[i]))return!1;return!0}WPGMZA.Version=function(){},WPGMZA.Version.GREATER_THAN=1,WPGMZA.Version.EQUAL_TO=0,WPGMZA.Version.LESS_THAN=-1,WPGMZA.Version.compare=function(v1,v2){var v1parts=v1.split("."),v2parts=v2.split(".");if(!validateParts(v1parts)||!validateParts(v2parts))return NaN;for(var i=0;i<v1parts.length;++i){if(v2parts.length===i)return 1;if(v1parts[i]!==v2parts[i])return v1parts[i]>v2parts[i]?1:-1}return v1parts.length!=v2parts.length?-1:0}}),jQuery(function($){WPGMZA.Integration={},WPGMZA.integrationModules={}}),jQuery(function($){if(window.wp&&wp.i18n&&wp.blocks&&wp.editor&&wp.components){var __=wp.i18n.__,registerBlockType=wp.blocks.registerBlockType,_wp$editor=wp.editor,InspectorControls=_wp$editor.InspectorControls,_wp$components=(_wp$editor.BlockControls,wp.components),Dashicon=_wp$components.Dashicon,PanelBody=(_wp$components.Toolbar,_wp$components.Button,_wp$components.Tooltip,_wp$components.PanelBody);_wp$components.TextareaControl,_wp$components.CheckboxControl,_wp$components.TextControl,_wp$components.SelectControl,_wp$components.RichText;WPGMZA.Integration.Gutenberg=function(){registerBlockType("gutenberg-wpgmza/block",this.getBlockDefinition())},WPGMZA.Integration.Gutenberg.prototype.getBlockTitle=function(){return __("WP Google Maps")},WPGMZA.Integration.Gutenberg.prototype.getBlockInspectorControls=function(props){return React.createElement(InspectorControls,{key:"inspector"},React.createElement(PanelBody,{title:__("Map Settings")},React.createElement("p",{class:"map-block-gutenberg-button-container"},React.createElement("a",{href:WPGMZA.adminurl+"admin.php?page=wp-google-maps-menu&action=edit&map_id=1",target:"_blank",class:"button button-primary"},React.createElement("i",{class:"fa fa-pencil-square-o","aria-hidden":"true"}),__("Go to Map Editor"))),React.createElement("p",{class:"map-block-gutenberg-button-container"},React.createElement("a",{href:"https://www.wpgmaps.com/documentation/creating-your-first-map/",target:"_blank",class:"button button-primary"},React.createElement("i",{class:"fa fa-book","aria-hidden":"true"}),__("View Documentation")))))},WPGMZA.Integration.Gutenberg.prototype.getBlockAttributes=function(){return{}},WPGMZA.Integration.Gutenberg.prototype.getBlockDefinition=function(props){var _this=this;return{title:__("WP Google Maps"),description:__("The easiest to use Google Maps plugin! Create custom Google Maps with high quality markers containing locations, descriptions, images and links. Add your customized map to your WordPress posts and/or pages quickly and easily with the supplied shortcode. No fuss."),category:"common",icon:"location-alt",keywords:[__("Map"),__("Maps"),__("Google")],attributes:this.getBlockAttributes(),edit:function(props){return[!!props.isSelected&&_this.getBlockInspectorControls(props),React.createElement("div",{className:props.className+" wpgmza-gutenberg-block"},React.createElement(Dashicon,{icon:"location-alt"}),React.createElement("span",{class:"wpgmza-gutenberg-block-title"},__("Your map will appear here on your websites front end")))]},save:function(props){return null}}},WPGMZA.Integration.Gutenberg.getConstructor=function(){return WPGMZA.Integration.Gutenberg},WPGMZA.Integration.Gutenberg.createInstance=function(){return new(WPGMZA.Integration.Gutenberg.getConstructor())},WPGMZA.isProVersion()||/^6/.test(WPGMZA.pro_version)||(WPGMZA.integrationModules.gutenberg=WPGMZA.Integration.Gutenberg.createInstance())}}),jQuery(function($){WPGMZA.GoogleUICompatibility=function(){if(!(navigator.vendor&&navigator.vendor.indexOf("Apple")>-1&&navigator.userAgent&&-1==navigator.userAgent.indexOf("CriOS")&&-1==navigator.userAgent.indexOf("FxiOS"))){var style=$("<style id='wpgmza-google-ui-compatiblity-fix'/>");style.html(".wpgmza_map img:not(button img) { padding:0 !important; }"),$(document.head).append(style)}},WPGMZA.googleUICompatibility=new WPGMZA.GoogleUICompatibility}),jQuery(function($){WPGMZA.GoogleCircle=function(options,googleCircle){var self=this;if(WPGMZA.Circle.call(this,options,googleCircle),googleCircle?this.googleCircle=googleCircle:(this.googleCircle=new google.maps.Circle,this.googleCircle.wpgmzaCircle=this),google.maps.event.addListener(this.googleCircle,"click",function(){self.dispatchEvent({type:"click"})}),options){var googleOptions={};delete(googleOptions=$.extend({},options)).map,delete googleOptions.center,options.center&&(googleOptions.center=new google.maps.LatLng({lat:options.center.lat,lng:options.center.lng})),this.googleCircle.setOptions(googleOptions),options.map&&options.map.addCircle(this)}},WPGMZA.GoogleCircle.prototype=Object.create(WPGMZA.Circle.prototype),WPGMZA.GoogleCircle.prototype.constructor=WPGMZA.GoogleCircle,WPGMZA.GoogleCircle.prototype.setCenter=function(center){WPGMZA.Circle.prototype.setCenter.apply(this,arguments),this.googleCircle.setCenter(center)},WPGMZA.GoogleCircle.prototype.setRadius=function(radius){WPGMZA.Circle.prototype.setRadius.apply(this,arguments),this.googleCircle.setRadius(1e3*parseFloat(radius))},WPGMZA.GoogleCircle.prototype.setVisible=function(visible){this.googleCircle.setVisible(!!visible)}}),jQuery(function($){WPGMZA.GoogleGeocoder=function(){},WPGMZA.GoogleGeocoder.prototype=Object.create(WPGMZA.Geocoder.prototype),WPGMZA.GoogleGeocoder.prototype.constructor=WPGMZA.GoogleGeocoder,WPGMZA.GoogleGeocoder.prototype.getLatLngFromAddress=function(options,callback){if(!options||!options.address)throw new Error("No address specified");if(WPGMZA.isLatLngString(options.address))return WPGMZA.Geocoder.prototype.getLatLngFromAddress.call(this,options,callback);options.country&&(options.componentRestrictions={country:options.country}),(new google.maps.Geocoder).geocode(options,function(results,status){if(status==google.maps.GeocoderStatus.OK){var location=results[0].geometry.location,latLng={lat:location.lat(),lng:location.lng()};callback(results=[{geometry:{location:latLng},latLng:latLng,lat:latLng.lat,lng:latLng.lng}],WPGMZA.Geocoder.SUCCESS)}else{var nativeStatus=WPGMZA.Geocoder.FAIL;status==google.maps.GeocoderStatus.ZERO_RESULTS&&(nativeStatus=WPGMZA.Geocoder.ZERO_RESULTS),callback(null,nativeStatus)}})},WPGMZA.GoogleGeocoder.prototype.getAddressFromLatLng=function(options,callback){if(!options||!options.latLng)throw new Error("No latLng specified");var latLng=new WPGMZA.LatLng(options.latLng),geocoder=new google.maps.Geocoder;delete(options=$.extend(options,{location:{lat:latLng.lat,lng:latLng.lng}})).latLng,geocoder.geocode(options,function(results,status){"OK"!==status&&callback(null,WPGMZA.Geocoder.FAIL),results&&results.length||callback([],WPGMZA.Geocoder.NO_RESULTS),callback([results[0].formatted_address],WPGMZA.Geocoder.SUCCESS)})}}),jQuery(function($){"google-maps"==WPGMZA.settings.engine&&window.google&&window.google.maps&&(WPGMZA.GoogleHTMLOverlay=function(map){this.element=$("<div class='wpgmza-google-html-overlay'></div>"),this.visible=!0,this.position=new WPGMZA.LatLng,this.setMap(map.googleMap),this.wpgmzaMap=map},WPGMZA.GoogleHTMLOverlay.prototype=new google.maps.OverlayView,WPGMZA.GoogleHTMLOverlay.prototype.onAdd=function(){this.getPanes().overlayMouseTarget.appendChild(this.element[0])},WPGMZA.GoogleHTMLOverlay.prototype.onRemove=function(){this.element&&$(this.element).parent().length&&($(this.element).remove(),this.element=null)},WPGMZA.GoogleHTMLOverlay.prototype.draw=function(){this.updateElementPosition()},WPGMZA.GoogleHTMLOverlay.prototype.updateElementPosition=function(){var projection=this.getProjection();if(projection){var pixels=projection.fromLatLngToDivPixel(this.position.toGoogleLatLng());$(this.element).css({left:pixels.x,top:pixels.y})}})}),jQuery(function($){var Parent;WPGMZA.GoogleInfoWindow=function(mapObject){Parent.call(this,mapObject),this.setMapObject(mapObject)},Parent=WPGMZA.isProVersion()?WPGMZA.ProInfoWindow:WPGMZA.InfoWindow,WPGMZA.GoogleInfoWindow.prototype=Object.create(Parent.prototype),WPGMZA.GoogleInfoWindow.prototype.constructor=WPGMZA.GoogleInfoWindow,WPGMZA.GoogleInfoWindow.prototype.setMapObject=function(mapObject){mapObject instanceof WPGMZA.Marker?this.googleObject=mapObject.googleMarker:mapObject instanceof WPGMZA.Polygon?this.googleObject=mapObject.googlePolygon:mapObject instanceof WPGMZA.Polyline&&(this.googleObject=mapObject.googlePolyline)},WPGMZA.GoogleInfoWindow.prototype.createGoogleInfoWindow=function(){var self=this;this.googleInfoWindow||(this.googleInfoWindow=new google.maps.InfoWindow,google.maps.event.addListener(this.googleInfoWindow,"closeclick",function(event){self.mapObject.map.trigger("infowindowclose")}))},WPGMZA.GoogleInfoWindow.prototype.open=function(map,mapObject){var self=this;if(!Parent.prototype.open.call(this,map,mapObject))return!1;this.parent=map,this.createGoogleInfoWindow(),this.setMapObject(mapObject),this.googleInfoWindow.open(this.mapObject.map.googleMap,this.googleObject);var guid=WPGMZA.guid(),html="<div id='"+guid+"'>"+this.content+"</div>";this.googleInfoWindow.setContent(html);var intervalID;return intervalID=setInterval(function(event){div=$("#"+guid),div.length&&(div[0].wpgmzaMapObject=self.mapObject,self.element=div[0],self.trigger("infowindowopen"),clearInterval(intervalID))},50),!0},WPGMZA.GoogleInfoWindow.prototype.close=function(){this.googleInfoWindow&&(WPGMZA.InfoWindow.prototype.close.call(this),this.googleInfoWindow.close())},WPGMZA.GoogleInfoWindow.prototype.setContent=function(html){Parent.prototype.setContent.call(this,html),this.content=html,this.createGoogleInfoWindow(),this.googleInfoWindow.setContent(html)},WPGMZA.GoogleInfoWindow.prototype.setOptions=function(options){Parent.prototype.setOptions.call(this,options),this.createGoogleInfoWindow(),this.googleInfoWindow.setOptions(options)}}),jQuery(function($){var Parent;WPGMZA.GoogleMap=function(element,options){var self=this;if(Parent.call(this,element,options),!window.google){var status=WPGMZA.googleAPIStatus,message="Google API not loaded";if(status&&status.message&&(message+=" - "+status.message),"USER_CONSENT_NOT_GIVEN"==status.code)return;throw $(element).html("<div class='notice notice-error'><p>"+WPGMZA.localized_strings.google_api_not_loaded+"<pre>"+message+"</pre></p></div>"),new Error(message)}this.loadGoogleMap(),options&&this.setOptions(options),google.maps.event.addListener(this.googleMap,"click",function(event){var wpgmzaEvent=new WPGMZA.Event("click");wpgmzaEvent.latLng={lat:event.latLng.lat(),lng:event.latLng.lng()},self.dispatchEvent(wpgmzaEvent)}),google.maps.event.addListener(this.googleMap,"rightclick",function(event){var wpgmzaEvent=new WPGMZA.Event("rightclick");wpgmzaEvent.latLng={lat:event.latLng.lat(),lng:event.latLng.lng()},self.dispatchEvent(wpgmzaEvent)}),google.maps.event.addListener(this.googleMap,"dragend",function(event){self.dispatchEvent("dragend")}),google.maps.event.addListener(this.googleMap,"zoom_changed",function(event){self.dispatchEvent("zoom_changed"),self.dispatchEvent("zoomchanged")}),google.maps.event.addListener(this.googleMap,"idle",function(event){self.onIdle(event)}),WPGMZA.isProVersion()||(this.trigger("init"),this.dispatchEvent("created"),WPGMZA.events.dispatchEvent({type:"mapcreated",map:this}))},WPGMZA.isProVersion()?(Parent=WPGMZA.ProMap,WPGMZA.GoogleMap.prototype=Object.create(WPGMZA.ProMap.prototype)):(Parent=WPGMZA.Map,WPGMZA.GoogleMap.prototype=Object.create(WPGMZA.Map.prototype)),WPGMZA.GoogleMap.prototype.constructor=WPGMZA.GoogleMap,WPGMZA.GoogleMap.prototype.loadGoogleMap=function(){var self=this,options=this.settings.toGoogleMapsOptions();this.googleMap=new google.maps.Map(this.engineElement,options),google.maps.event.addListener(this.googleMap,"bounds_changed",function(){self.onBoundsChanged()}),1==this.settings.bicycle&&this.enableBicycleLayer(!0),1==this.settings.traffic&&this.enableTrafficLayer(!0),1==this.settings.transport&&this.enablePublicTransportLayer(!0),this.showPointsOfInterest(this.settings.show_points_of_interest),$(this.engineElement).append($(this.element).find(".wpgmza-loader"))},WPGMZA.GoogleMap.prototype.setOptions=function(options){Parent.prototype.setOptions.call(this,options);var converted=$.extend(options,this.settings.toGoogleMapsOptions()),clone=$.extend({},converted);!clone.center instanceof google.maps.LatLng&&(clone.center instanceof WPGMZA.LatLng||"object"==typeof clone.center)&&(clone.center={lat:parseFloat(clone.center.lat),lng:parseFloat(clone.center.lng)}),this.googleMap.setOptions(clone)},WPGMZA.GoogleMap.prototype.addMarker=function(marker){marker.googleMarker.setMap(this.googleMap),Parent.prototype.addMarker.call(this,marker)},WPGMZA.GoogleMap.prototype.removeMarker=function(marker){marker.googleMarker.setMap(null),Parent.prototype.removeMarker.call(this,marker)},WPGMZA.GoogleMap.prototype.addPolygon=function(polygon){polygon.googlePolygon.setMap(this.googleMap),Parent.prototype.addPolygon.call(this,polygon)},WPGMZA.GoogleMap.prototype.removePolygon=function(polygon){polygon.googlePolygon.setMap(null),Parent.prototype.removePolygon.call(this,polygon)},WPGMZA.GoogleMap.prototype.addPolyline=function(polyline){polyline.googlePolyline.setMap(this.googleMap),Parent.prototype.addPolyline.call(this,polyline)},WPGMZA.GoogleMap.prototype.removePolyline=function(polyline){polyline.googlePolyline.setMap(null),Parent.prototype.removePolyline.call(this,polyline)},WPGMZA.GoogleMap.prototype.addCircle=function(circle){circle.googleCircle.setMap(this.googleMap),Parent.prototype.addCircle.call(this,circle)},WPGMZA.GoogleMap.prototype.removeCircle=function(circle){circle.googleCircle.setMap(null),Parent.prototype.removeCircle.call(this,circle)},WPGMZA.GoogleMap.prototype.getCenter=function(){var latLng=this.googleMap.getCenter();return{lat:latLng.lat(),lng:latLng.lng()}},WPGMZA.GoogleMap.prototype.setCenter=function(latLng){WPGMZA.Map.prototype.setCenter.call(this,latLng),latLng instanceof WPGMZA.LatLng?this.googleMap.setCenter({lat:latLng.lat,lng:latLng.lng}):this.googleMap.setCenter(latLng)},WPGMZA.GoogleMap.prototype.panTo=function(latLng){latLng instanceof WPGMZA.LatLng?this.googleMap.panTo({lat:latLng.lat,lng:latLng.lng}):this.googleMap.panTo(latLng)},WPGMZA.GoogleMap.prototype.getZoom=function(){return this.googleMap.getZoom()},WPGMZA.GoogleMap.prototype.setZoom=function(value){if(isNaN(value))throw new Error("Value must not be NaN");return this.googleMap.setZoom(parseInt(value))},WPGMZA.GoogleMap.prototype.getBounds=function(){var bounds=this.googleMap.getBounds(),northEast=bounds.getNorthEast(),southWest=bounds.getSouthWest(),nativeBounds=new WPGMZA.LatLngBounds({});return nativeBounds.north=northEast.lat(),nativeBounds.south=southWest.lat(),nativeBounds.west=southWest.lng(),nativeBounds.east=northEast.lng(),nativeBounds.topLeft={lat:northEast.lat(),lng:southWest.lng()},nativeBounds.bottomRight={lat:southWest.lat(),lng:northEast.lng()},nativeBounds},WPGMZA.GoogleMap.prototype.fitBounds=function(southWest,northEast){if(southWest instanceof WPGMZA.LatLng&&(southWest={lat:southWest.lat,lng:southWest.lng}),northEast instanceof WPGMZA.LatLng)northEast={lat:northEast.lat,lng:northEast.lng};else if(southWest instanceof WPGMZA.LatLngBounds){var bounds=southWest;southWest={lat:bounds.south,lng:bounds.west},northEast={lat:bounds.north,lng:bounds.east}}var nativeBounds=new google.maps.LatLngBounds(southWest,northEast);this.googleMap.fitBounds(nativeBounds)},WPGMZA.GoogleMap.prototype.fitBoundsToVisibleMarkers=function(){for(var bounds=new google.maps.LatLngBounds,i=0;i<this.markers.length;i++)markers[i].getVisible()&&bounds.extend(markers[i].getPosition());this.googleMap.fitBounds(bounds)},WPGMZA.GoogleMap.prototype.enableBicycleLayer=function(enable){this.bicycleLayer||(this.bicycleLayer=new google.maps.BicyclingLayer),this.bicycleLayer.setMap(enable?this.googleMap:null)},WPGMZA.GoogleMap.prototype.enableTrafficLayer=function(enable){this.trafficLayer||(this.trafficLayer=new google.maps.TrafficLayer),this.trafficLayer.setMap(enable?this.googleMap:null)},WPGMZA.GoogleMap.prototype.enablePublicTransportLayer=function(enable){this.publicTransportLayer||(this.publicTransportLayer=new google.maps.TransitLayer),this.publicTransportLayer.setMap(enable?this.googleMap:null)},WPGMZA.GoogleMap.prototype.showPointsOfInterest=function(show){var text=$("textarea[name='theme_data']").val();if(text){var styles=JSON.parse(text);styles.push({featureType:"poi",stylers:[{visibility:show?"on":"off"}]}),this.googleMap.setOptions({styles:styles})}},WPGMZA.GoogleMap.prototype.getMinZoom=function(){return parseInt(this.settings.min_zoom)},WPGMZA.GoogleMap.prototype.setMinZoom=function(value){this.googleMap.setOptions({minZoom:value,maxZoom:this.getMaxZoom()})},WPGMZA.GoogleMap.prototype.getMaxZoom=function(){return parseInt(this.settings.max_zoom)},WPGMZA.GoogleMap.prototype.setMaxZoom=function(value){this.googleMap.setOptions({minZoom:this.getMinZoom(),maxZoom:value})},WPGMZA.GoogleMap.prototype.latLngToPixels=function(latLng){var map=this.googleMap,nativeLatLng=new google.maps.LatLng({lat:parseFloat(latLng.lat),lng:parseFloat(latLng.lng)}),topRight=map.getProjection().fromLatLngToPoint(map.getBounds().getNorthEast()),bottomLeft=map.getProjection().fromLatLngToPoint(map.getBounds().getSouthWest()),scale=Math.pow(2,map.getZoom()),worldPoint=map.getProjection().fromLatLngToPoint(nativeLatLng);return{x:(worldPoint.x-bottomLeft.x)*scale,y:(worldPoint.y-topRight.y)*scale}},WPGMZA.GoogleMap.prototype.pixelsToLatLng=function(x,y){void 0==y&&("x"in x&&"y"in x?(y=x.y,x=x.x):console.warn("Y coordinate undefined in pixelsToLatLng (did you mean to pass 2 arguments?)"));var map=this.googleMap,topRight=map.getProjection().fromLatLngToPoint(map.getBounds().getNorthEast()),bottomLeft=map.getProjection().fromLatLngToPoint(map.getBounds().getSouthWest()),scale=Math.pow(2,map.getZoom()),worldPoint=new google.maps.Point(x/scale+bottomLeft.x,y/scale+topRight.y),latLng=map.getProjection().fromPointToLatLng(worldPoint);return{lat:latLng.lat(),lng:latLng.lng()}},WPGMZA.GoogleMap.prototype.onElementResized=function(event){this.googleMap&&google.maps.event.trigger(this.googleMap,"resize")}}),jQuery(function($){var Parent;WPGMZA.GoogleMarker=function(row){var self=this;Parent.call(this,row);var settings={};if(row)for(var name in row)row[name]instanceof WPGMZA.LatLng?settings[name]=row[name].toGoogleLatLng():row[name]instanceof WPGMZA.Map||(settings[name]=row[name]);this.googleMarker=new google.maps.Marker(settings),this.googleMarker.wpgmzaMarker=this,this.googleMarker.setPosition(new google.maps.LatLng({lat:parseFloat(this.lat),lng:parseFloat(this.lng)})),this.googleMarker.setLabel(this.settings.label),this.animation&&this.googleMarker.setAnimation(this.animation),google.maps.event.addListener(this.googleMarker,"click",function(){self.dispatchEvent("click"),self.dispatchEvent("select")}),google.maps.event.addListener(this.googleMarker,"mouseover",function(){self.dispatchEvent("mouseover")}),google.maps.event.addListener(this.googleMarker,"dragend",function(){var googleMarkerPosition=self.googleMarker.getPosition();self.setPosition({lat:googleMarkerPosition.lat(),lng:googleMarkerPosition.lng()}),self.dispatchEvent({type:"dragend",latLng:self.getPosition()})}),this.trigger("init")},Parent=WPGMZA.isProVersion()?WPGMZA.ProMarker:WPGMZA.Marker,WPGMZA.GoogleMarker.prototype=Object.create(Parent.prototype),WPGMZA.GoogleMarker.prototype.constructor=WPGMZA.GoogleMarker,WPGMZA.GoogleMarker.prototype.setLabel=function(label){label?(this.googleMarker.setLabel({text:label}),this.googleMarker.getIcon()||this.googleMarker.setIcon(WPGMZA.settings.default_marker_icon)):this.googleMarker.setLabel(null)},WPGMZA.GoogleMarker.prototype.setPosition=function(latLng){Parent.prototype.setPosition.call(this,latLng),this.googleMarker.setPosition({lat:this.lat,lng:this.lng})},WPGMZA.GoogleMarker.prototype.updateOffset=function(){var params,self=this,icon=this.googleMarker.getIcon(),img=new Image,x=this._offset.x,y=this._offset.y;icon||(icon=WPGMZA.settings.default_marker_icon),params="string"==typeof icon?{url:icon}:icon,img.onload=function(){var defaultAnchor={x:img.width/2,y:img.height};params.anchor=new google.maps.Point(defaultAnchor.x-x,defaultAnchor.y-y),self.googleMarker.setIcon(params)},img.src=params.url},WPGMZA.GoogleMarker.prototype.setOptions=function(options){this.googleMarker.setOptions(options)},WPGMZA.GoogleMarker.prototype.setAnimation=function(animation){Parent.prototype.setAnimation.call(this,animation),this.googleMarker.setAnimation(animation)},WPGMZA.GoogleMarker.prototype.setVisible=function(visible){Parent.prototype.setVisible.call(this,visible),this.googleMarker.setVisible(!!visible)},WPGMZA.GoogleMarker.prototype.getVisible=function(visible){return this.googleMarker.getVisible()},WPGMZA.GoogleMarker.prototype.setDraggable=function(draggable){this.googleMarker.setDraggable(draggable)},WPGMZA.GoogleMarker.prototype.setOpacity=function(opacity){this.googleMarker.setOpacity(opacity)}}),jQuery(function($){WPGMZA.GoogleModernStoreLocatorCircle=function(map,settings){var self=this;WPGMZA.ModernStoreLocatorCircle.call(this,map,settings),this.intervalID=setInterval(function(){var mapSize={width:$(self.mapElement).width(),height:$(self.mapElement).height()};mapSize.width==self.mapSize.width&&mapSize.height==self.mapSize.height||(self.canvasLayer.resize_(),self.canvasLayer.draw(),self.mapSize=mapSize)},1e3),$(document).bind("webkitfullscreenchange mozfullscreenchange fullscreenchange",function(){self.canvasLayer.resize_(),self.canvasLayer.draw()})},WPGMZA.GoogleModernStoreLocatorCircle.prototype=Object.create(WPGMZA.ModernStoreLocatorCircle.prototype),WPGMZA.GoogleModernStoreLocatorCircle.prototype.constructor=WPGMZA.GoogleModernStoreLocatorCircle,WPGMZA.GoogleModernStoreLocatorCircle.prototype.initCanvasLayer=function(){var self=this;this.canvasLayer&&(this.canvasLayer.setMap(null),this.canvasLayer.setAnimate(!1)),this.canvasLayer=new CanvasLayer({map:this.map.googleMap,resizeHandler:function(event){self.onResize(event)},updateHandler:function(event){self.onUpdate(event)},animate:!0,resolutionScale:this.getResolutionScale()})},WPGMZA.GoogleModernStoreLocatorCircle.prototype.setOptions=function(options){WPGMZA.ModernStoreLocatorCircle.prototype.setOptions.call(this,options),this.canvasLayer.scheduleUpdate()},WPGMZA.GoogleModernStoreLocatorCircle.prototype.setPosition=function(position){WPGMZA.ModernStoreLocatorCircle.prototype.setPosition.call(this,position),this.canvasLayer.scheduleUpdate()},WPGMZA.GoogleModernStoreLocatorCircle.prototype.setRadius=function(radius){WPGMZA.ModernStoreLocatorCircle.prototype.setRadius.call(this,radius),this.canvasLayer.scheduleUpdate()},WPGMZA.GoogleModernStoreLocatorCircle.prototype.getTransformedRadius=function(km){var spherical=google.maps.geometry.spherical,center=this.settings.center,equator=new WPGMZA.LatLng({lat:0,lng:0}),latitude=new WPGMZA.LatLng({lat:center.lat,lng:0}),offsetAtEquator=spherical.computeOffset(equator.toGoogleLatLng(),1e3*km,90),result=.006395*km*(spherical.computeOffset(latitude.toGoogleLatLng(),1e3*km,90).lng()/offsetAtEquator.lng());if(isNaN(result))throw new Error("here");return result},WPGMZA.GoogleModernStoreLocatorCircle.prototype.getCanvasDimensions=function(){return{width:this.canvasLayer.canvas.width,height:this.canvasLayer.canvas.height}},WPGMZA.GoogleModernStoreLocatorCircle.prototype.getWorldOriginOffset=function(){var position=this.map.googleMap.getProjection().fromLatLngToPoint(this.canvasLayer.getTopLeft());return{x:-position.x,y:-position.y}},WPGMZA.GoogleModernStoreLocatorCircle.prototype.getCenterPixels=function(){var center=new WPGMZA.LatLng(this.settings.center);return this.map.googleMap.getProjection().fromLatLngToPoint(center.toGoogleLatLng())},WPGMZA.GoogleModernStoreLocatorCircle.prototype.getContext=function(type){return this.canvasLayer.canvas.getContext("2d")},WPGMZA.GoogleModernStoreLocatorCircle.prototype.getScale=function(){return Math.pow(2,this.map.getZoom())*this.getResolutionScale()},WPGMZA.GoogleModernStoreLocatorCircle.prototype.setVisible=function(visible){WPGMZA.ModernStoreLocatorCircle.prototype.setVisible.call(this,visible),this.canvasLayer.scheduleUpdate()},WPGMZA.GoogleModernStoreLocatorCircle.prototype.destroy=function(){this.canvasLayer.setMap(null),this.canvasLayer=null,clearInterval(this.intervalID)}}),jQuery(function($){WPGMZA.GoogleModernStoreLocator=function(map_id){this.map=WPGMZA.getMapByID(map_id),WPGMZA.ModernStoreLocator.call(this,map_id);var options={fields:["name","formatted_address"],types:["geocode"]},restrict=wpgmaps_localize[map_id].other_settings.wpgmza_store_locator_restrict;this.addressInput=$(this.element).find(".addressInput, #addressInput")[0],this.addressInput&&(restrict&&restrict.length&&(options.componentRestrictions={country:restrict}),this.autoComplete=new google.maps.places.Autocomplete(this.addressInput,options)),this.map.googleMap.controls[google.maps.ControlPosition.TOP_CENTER].push(this.element)},WPGMZA.GoogleModernStoreLocator.prototype=Object.create(WPGMZA.ModernStoreLocator.prototype),WPGMZA.GoogleModernStoreLocator.prototype.constructor=WPGMZA.GoogleModernStoreLocator}),jQuery(function($){var Parent;WPGMZA.GooglePolygon=function(row,googlePolygon){var self=this;if(Parent.call(this,row,googlePolygon),googlePolygon)this.googlePolygon=googlePolygon;else if(this.googlePolygon=new google.maps.Polygon(this.settings),row&&row.points){var paths=this.parseGeometry(row.points);this.googlePolygon.setOptions({paths:paths})}this.googlePolygon.wpgmzaPolygon=this,google.maps.event.addListener(this.googlePolygon,"click",function(){self.dispatchEvent({type:"click"})})},Parent=WPGMZA.isProVersion()?WPGMZA.ProPolygon:WPGMZA.Polygon,WPGMZA.GooglePolygon.prototype=Object.create(Parent.prototype),WPGMZA.GooglePolygon.prototype.constructor=WPGMZA.GooglePolygon,WPGMZA.GooglePolygon.prototype.getEditable=function(){return this.googlePolygon.getOptions().editable},WPGMZA.GooglePolygon.prototype.setEditable=function(value){this.googlePolygon.setOptions({editable:value})},WPGMZA.GooglePolygon.prototype.toJSON=function(){var result=WPGMZA.Polygon.prototype.toJSON.call(this);result.points=[];for(var path=this.googlePolygon.getPath(),i=0;i<path.getLength();i++){var latLng=path.getAt(i);result.points.push({lat:latLng.lat(),lng:latLng.lng()})}return result}}),jQuery(function($){WPGMZA.GooglePolyline=function(row,googlePolyline){var self=this;if(WPGMZA.Polyline.call(this,row,googlePolyline),googlePolyline)this.googlePolyline=googlePolyline;else if(this.googlePolyline=new google.maps.Polyline(this.settings),this.googlePolyline.wpgmzaPolyline=this,row&&row.points){var path=this.parseGeometry(row.points);this.setPoints(path)}google.maps.event.addListener(this.googlePolyline,"click",function(){self.dispatchEvent({type:"click"})})},WPGMZA.GooglePolyline.prototype=Object.create(WPGMZA.Polyline.prototype),WPGMZA.GooglePolyline.prototype.constructor=WPGMZA.GooglePolyline,WPGMZA.GooglePolyline.prototype.setEditable=function(value){this.googlePolyline.setOptions({editable:value})},WPGMZA.GooglePolyline.prototype.setPoints=function(points){this.googlePolyline.setOptions({path:points})},WPGMZA.GooglePolyline.prototype.toJSON=function(){var result=WPGMZA.Polyline.prototype.toJSON.call(this);result.points=[];for(var path=this.googlePolyline.getPath(),i=0;i<path.getLength();i++){var latLng=path.getAt(i);result.points.push({lat:latLng.lat(),lng:latLng.lng()})}return result}}),jQuery(function($){WPGMZA.GoogleTextOverlay=function(){this.element=$("<div></div>")},window.google&&google.maps&&google.maps.OverlayView&&(WPGMZA.GoogleTextOverlay.prototype=new google.maps.OverlayView),WPGMZA.GoogleTextOverlay.prototype.onAdd=function(){}}),jQuery(function($){WPGMZA.GoogleText=function(){}}),jQuery(function($){"google-maps"==WPGMZA.settings.engine&&(WPGMZA.googleAPIStatus&&"USER_CONSENT_NOT_GIVEN"==WPGMZA.googleAPIStatus.code||(WPGMZA.GoogleVertexContextMenu=function(mapEditPage){var self=this;this.mapEditPage=mapEditPage,this.element=document.createElement("div"),this.element.className="wpgmza-vertex-context-menu",this.element.innerHTML="Delete",google.maps.event.addDomListener(this.element,"click",function(event){return self.removeVertex(),event.preventDefault(),event.stopPropagation(),!1})},WPGMZA.GoogleVertexContextMenu.prototype=new google.maps.OverlayView,WPGMZA.GoogleVertexContextMenu.prototype.onAdd=function(){var self=this,map=this.getMap();this.getPanes().floatPane.appendChild(this.element),this.divListener=google.maps.event.addDomListener(map.getDiv(),"mousedown",function(e){e.target!=self.element&&self.close()},!0)},WPGMZA.GoogleVertexContextMenu.prototype.onRemove=function(){google.maps.event.removeListener(this.divListener),this.element.parentNode.removeChild(this.element),this.set("position"),this.set("path"),this.set("vertex")},WPGMZA.GoogleVertexContextMenu.prototype.open=function(map,path,vertex){this.set("position",path.getAt(vertex)),this.set("path",path),this.set("vertex",vertex),this.setMap(map),this.draw()},WPGMZA.GoogleVertexContextMenu.prototype.close=function(){this.setMap(null)},WPGMZA.GoogleVertexContextMenu.prototype.draw=function(){var position=this.get("position"),projection=this.getProjection();if(position&&projection){var point=projection.fromLatLngToDivPixel(position);this.element.style.top=point.y+"px",this.element.style.left=point.x+"px"}},WPGMZA.GoogleVertexContextMenu.prototype.removeVertex=function(){var path=this.get("path"),vertex=this.get("vertex");path&&void 0!=vertex?(path.removeAt(vertex),this.close()):this.close()}))}),jQuery(function($){var Parent=WPGMZA.Circle;WPGMZA.OLCircle=function(options,olFeature){this.center={lat:0,lng:0},this.radius=0,Parent.call(this,options,olFeature),this.settings.fillColor||(this.settings.fillColor="#ff0000",this.settings.fillOpacity=.6),options.fillColor&&(this.settings.fillColor=options.fillColor),options.fillOpacity&&(this.settings.fillOpacity=options.fillOpacity),this.olStyle=new ol.style.Style(this.getStyleFromSettings()),this.vectorLayer3857=this.layer=new ol.layer.Vector({source:new ol.source.Vector,style:this.olStyle}),olFeature?this.olFeature=olFeature:this.recreate()},WPGMZA.OLCircle.prototype=Object.create(Parent.prototype),WPGMZA.OLCircle.prototype.constructor=WPGMZA.OLCircle,WPGMZA.OLCircle.prototype.recreate=function(){if(this.olFeature&&(this.layer.getSource().removeFeature(this.olFeature),delete this.olFeature),this.center&&this.radius){var x,y,wgs84Sphere=new ol.Sphere(6378137),radius=1e3*parseFloat(this.radius);x=this.center.lng,y=this.center.lat;var circle3857=ol.geom.Polygon.circular(wgs84Sphere,[x,y],radius,64).clone().transform("EPSG:4326","EPSG:3857");this.olFeature=new ol.Feature(circle3857),this.layer.getSource().addFeature(this.olFeature)}},WPGMZA.OLCircle.prototype.getStyleFromSettings=function(){var params={};return this.settings.strokeOpacity&&(params.stroke=new ol.style.Stroke({color:WPGMZA.hexOpacityToRGBA(this.settings.strokeColor,this.settings.strokeOpacity)})),this.settings.fillOpacity&&(params.fill=new ol.style.Fill({color:WPGMZA.hexOpacityToRGBA(this.settings.fillColor,this.settings.fillOpacity)})),params},WPGMZA.OLCircle.prototype.updateStyleFromSettings=function(){var params=this.getStyleFromSettings();this.olStyle=new ol.style.Style(params),this.layer.setStyle(this.olStyle)},WPGMZA.OLCircle.prototype.setVisible=function(visible){this.layer.setVisible(!!visible)},WPGMZA.OLCircle.prototype.setCenter=function(center){WPGMZA.Circle.prototype.setCenter.apply(this,arguments),this.recreate()},WPGMZA.OLCircle.prototype.setRadius=function(radius){WPGMZA.Circle.prototype.setRadius.apply(this,arguments),this.recreate()}}),jQuery(function($){WPGMZA.OLGeocoder=function(){},WPGMZA.OLGeocoder.prototype=Object.create(WPGMZA.Geocoder.prototype),WPGMZA.OLGeocoder.prototype.constructor=WPGMZA.OLGeocoder,WPGMZA.OLGeocoder.prototype.getResponseFromCache=function(query,callback){$.ajax(WPGMZA.ajaxurl,{data:{action:"wpgmza_query_nominatim_cache",query:JSON.stringify(query)},success:function(response,xhr,status){response.lng=response.lon,callback(response)}})},WPGMZA.OLGeocoder.prototype.getResponseFromNominatim=function(options,callback){var data={q:options.address,format:"json"};options.componentRestrictions&&options.componentRestrictions.country&&(data.countryCodes=options.componentRestrictions.country),$.ajax("https://nominatim.openstreetmap.org/search/",{data:data,success:function(response,xhr,status){callback(response)},error:function(response,xhr,status){callback(null,WPGMZA.Geocoder.FAIL)}})},WPGMZA.OLGeocoder.prototype.cacheResponse=function(query,response){$.ajax(WPGMZA.ajaxurl,{data:{action:"wpgmza_store_nominatim_cache",query:JSON.stringify(query),response:JSON.stringify(response)},method:"POST"})},WPGMZA.OLGeocoder.prototype.getLatLngFromAddress=function(options,callback){return WPGMZA.OLGeocoder.prototype.geocode(options,callback)},WPGMZA.OLGeocoder.prototype.getAddressFromLatLng=function(options,callback){return WPGMZA.OLGeocoder.prototype.geocode(options,callback)},WPGMZA.OLGeocoder.prototype.geocode=function(options,callback){var self=this;if(!options)throw new Error("Invalid options");options.location&&(options.latLng=new WPGMZA.LatLng(options.location));var finish,location;if(options.address)location=options.address,finish=function(response,status){for(var i=0;i<response.length;i++)response[i].geometry={location:new WPGMZA.LatLng({lat:parseFloat(response[i].lat),lng:parseFloat(response[i].lon)})},response[i].latLng={lat:parseFloat(response[i].lat),lng:parseFloat(response[i].lon)},response[i].lng=response[i].lon;callback(response,status)};else{if(!options.latLng)throw new Error("You must supply either a latLng or address");location=options.latLng.toString(),finish=function(response,status){var address=response[0].display_name;callback([address],status)}}var query={location:location,options:options};this.getResponseFromCache(query,function(response){response.length?finish(response,WPGMZA.Geocoder.SUCCESS):self.getResponseFromNominatim($.extend(options,{address:location}),function(response,status){status!=WPGMZA.Geocoder.FAIL?0!=response.length?(finish(response,WPGMZA.Geocoder.SUCCESS),self.cacheResponse(query,response)):callback([],WPGMZA.Geocoder.ZERO_RESULTS):callback(null,WPGMZA.Geocoder.FAIL)})})}}),jQuery(function($){var Parent;WPGMZA.OLInfoWindow=function(mapObject){var self=this;Parent.call(this,mapObject),this.element=$("<div class='ol-info-window-container ol-info-window-plain'></div>")[0],$(this.element).on("click",".ol-info-window-close",function(event){self.close()})},Parent=WPGMZA.isProVersion()?WPGMZA.ProInfoWindow:WPGMZA.InfoWindow,WPGMZA.OLInfoWindow.prototype=Object.create(Parent.prototype),WPGMZA.OLInfoWindow.prototype.constructor=WPGMZA.OLInfoWindow,WPGMZA.OLInfoWindow.prototype.open=function(map,mapObject){var self=this,latLng=mapObject.getPosition();if(!Parent.prototype.open.call(this,map,mapObject))return!1;this.parent=map,this.overlay&&this.mapObject.map.olMap.removeOverlay(this.overlay),this.overlay=new ol.Overlay({element:this.element}),this.overlay.setPosition(ol.proj.fromLonLat([latLng.lng,latLng.lat])),self.mapObject.map.olMap.addOverlay(this.overlay),$(this.element).show(),this.trigger("infowindowopen")},WPGMZA.OLInfoWindow.prototype.close=function(event){$(this.element).hide(),this.overlay&&(WPGMZA.InfoWindow.prototype.close.call(this),this.trigger("infowindowclose"),this.mapObject.map.olMap.removeOverlay(this.overlay),this.overlay=null)},WPGMZA.OLInfoWindow.prototype.setContent=function(html){$(this.element).html("<i class='fa fa-times ol-info-window-close' aria-hidden='true'></i>"+html)},WPGMZA.OLInfoWindow.prototype.setOptions=function(options){options.maxWidth&&$(this.element).css({"max-width":options.maxWidth+"px"})}}),jQuery(function($){var Parent;WPGMZA.OLMap=function(element,options){var self=this;Parent.call(this,element),this.setOptions(options);var viewOptions=this.settings.toOLViewOptions();$(this.element).html(""),this.olMap=new ol.Map({target:$(element)[0],layers:[this.getTileLayer()],view:new ol.View(viewOptions)}),this.olMap.getInteractions().forEach(function(interaction){interaction instanceof ol.interaction.DragPan?interaction.setActive("yes"!=self.settings.wpgmza_settings_map_draggable):interaction instanceof ol.interaction.DoubleClickZoom?interaction.setActive(!self.settings.wpgmza_settings_map_clickzoom):interaction instanceof ol.interaction.MouseWheelZoom&&interaction.setActive("yes"!=self.settings.wpgmza_settings_map_scroll)},this),this.olMap.getControls().forEach(function(control){control instanceof ol.control.Zoom&&"yes"==WPGMZA.settings.wpgmza_settings_map_zoom&&self.olMap.removeControl(control)},this),"yes"!=WPGMZA.settings.wpgmza_settings_map_full_screen_control&&this.olMap.addControl(new ol.control.FullScreen),this.markerLayer=new ol.layer.Vector({source:new ol.source.Vector({features:[]})}),this.olMap.addLayer(this.markerLayer),this.olMap.on("movestart",function(event){self.isBeingDragged=!0}),this.olMap.on("moveend",function(event){self.wrapLongitude(),self.isBeingDragged=!1,self.dispatchEvent("dragend"),self.onIdle()}),this.olMap.getView().on("change:resolution",function(event){self.dispatchEvent("zoom_changed"),self.dispatchEvent("zoomchanged"),setTimeout(function(){self.onIdle()},10)}),this.olMap.getView().on("change",function(){self.onBoundsChanged()}),self.onBoundsChanged();var marker;this.storeLocator&&(marker=this.storeLocator.centerPointMarker)&&(this.olMap.addOverlay(marker.overlay),marker.setVisible(!1)),$(this.element).on("click contextmenu",function(event){var isRight;event=event||window.event;var latLng=self.pixelsToLatLng(event.offsetX,event.offsetY);if("which"in event?isRight=3==event.which:"button"in event&&(isRight=2==event.button),1!=event.which&&1!=event.button){if(isRight)return self.onRightClick(event)}else{if(self.isBeingDragged)return;self.trigger({type:"click",latLng:latLng})}}),WPGMZA.isProVersion()||(this.trigger("init"),this.dispatchEvent("created"),WPGMZA.events.dispatchEvent({type:"mapcreated",map:this}))},Parent=WPGMZA.isProVersion()?WPGMZA.ProMap:WPGMZA.Map,WPGMZA.OLMap.prototype=Object.create(Parent.prototype),WPGMZA.OLMap.prototype.constructor=WPGMZA.OLMap,WPGMZA.OLMap.prototype.getTileLayer=function(){var options={};return WPGMZA.settings.tile_server_url&&(options.url=WPGMZA.settings.tile_server_url),new ol.layer.Tile({source:new ol.source.OSM(options)})},WPGMZA.OLMap.prototype.wrapLongitude=function(){var center=this.getCenter();center.lng>=-180&¢er.lng<=180||(center.lng=center.lng-360*Math.floor(center.lng/360),center.lng>180&&(center.lng-=360),this.setCenter(center))},WPGMZA.OLMap.prototype.getCenter=function(){var lonLat=ol.proj.toLonLat(this.olMap.getView().getCenter());return{lat:lonLat[1],lng:lonLat[0]}},WPGMZA.OLMap.prototype.setCenter=function(latLng){var view=this.olMap.getView();WPGMZA.Map.prototype.setCenter.call(this,latLng),view.setCenter(ol.proj.fromLonLat([latLng.lng,latLng.lat])),this.wrapLongitude(),this.onBoundsChanged()},WPGMZA.OLMap.prototype.getBounds=function(){var bounds=this.olMap.getView().calculateExtent(this.olMap.getSize()),nativeBounds=new WPGMZA.LatLngBounds,topLeft=ol.proj.toLonLat([bounds[0],bounds[1]]),bottomRight=ol.proj.toLonLat([bounds[2],bounds[3]]);return nativeBounds.north=topLeft[1],nativeBounds.south=bottomRight[1],nativeBounds.west=topLeft[0],nativeBounds.east=bottomRight[0],nativeBounds},WPGMZA.OLMap.prototype.fitBounds=function(southWest,northEast){if(southWest instanceof WPGMZA.LatLng&&(southWest={lat:southWest.lat,lng:southWest.lng}),northEast instanceof WPGMZA.LatLng)northEast={lat:northEast.lat,lng:northEast.lng};else if(southWest instanceof WPGMZA.LatLngBounds){var bounds=southWest;southWest={lat:bounds.south,lng:bounds.west},northEast={lat:bounds.north,lng:bounds.east}}var view=this.olMap.getView(),extent=ol.extent.boundingExtent([ol.proj.fromLonLat([parseFloat(southWest.lng),parseFloat(southWest.lat)]),ol.proj.fromLonLat([parseFloat(northEast.lng),parseFloat(northEast.lat)])]);view.fit(extent,this.olMap.getSize())},WPGMZA.OLMap.prototype.panTo=function(latLng,zoom){var view=this.olMap.getView(),options={center:ol.proj.fromLonLat([parseFloat(latLng.lng),parseFloat(latLng.lat)]),duration:500};arguments.length>1&&(options.zoom=parseInt(zoom)),view.animate(options)},WPGMZA.OLMap.prototype.getZoom=function(){return Math.round(this.olMap.getView().getZoom())},WPGMZA.OLMap.prototype.setZoom=function(value){this.olMap.getView().setZoom(value)},WPGMZA.OLMap.prototype.getMinZoom=function(){return this.olMap.getView().getMinZoom()},WPGMZA.OLMap.prototype.setMinZoom=function(value){this.olMap.getView().setMinZoom(value)},WPGMZA.OLMap.prototype.getMaxZoom=function(){return this.olMap.getView().getMaxZoom()},WPGMZA.OLMap.prototype.setMaxZoom=function(value){this.olMap.getView().setMaxZoom(value)},WPGMZA.OLMap.prototype.setOptions=function(options){Parent.prototype.setOptions.call(this,options),this.olMap&&this.olMap.getView().setProperties(this.settings.toOLViewOptions())},WPGMZA.OLMap.prototype.addMarker=function(marker){this.olMap.addOverlay(marker.overlay),Parent.prototype.addMarker.call(this,marker)},WPGMZA.OLMap.prototype.removeMarker=function(marker){this.olMap.removeOverlay(marker.overlay),Parent.prototype.removeMarker.call(this,marker)},WPGMZA.OLMap.prototype.addPolygon=function(polygon){this.olMap.addLayer(polygon.layer),Parent.prototype.addPolygon.call(this,polygon)},WPGMZA.OLMap.prototype.removePolygon=function(polygon){this.olMap.removeLayer(polygon.layer),Parent.prototype.removePolygon.call(this,polygon)},WPGMZA.OLMap.prototype.addPolyline=function(polyline){this.olMap.addLayer(polyline.layer),Parent.prototype.addPolyline.call(this,polyline)},WPGMZA.OLMap.prototype.removePolyline=function(polyline){this.olMap.removeLayer(polyline.layer),Parent.prototype.removePolyline.call(this,polyline)},WPGMZA.OLMap.prototype.addCircle=function(circle){this.olMap.addLayer(circle.layer),Parent.prototype.addCircle.call(this,circle)},WPGMZA.OLMap.prototype.removeCircle=function(circle){this.olMap.removeLayer(circle.layer),Parent.prototype.removeCircle.call(this,circle)},WPGMZA.OLMap.prototype.pixelsToLatLng=function(x,y){void 0==y&&("x"in x&&"y"in x?(y=x.y,x=x.x):console.warn("Y coordinate undefined in pixelsToLatLng (did you mean to pass 2 arguments?)"));var coord=this.olMap.getCoordinateFromPixel([x,y]);if(!coord)return{x:null,y:null};var lonLat=ol.proj.toLonLat(coord);return{lat:lonLat[1],lng:lonLat[0]}},WPGMZA.OLMap.prototype.latLngToPixels=function(latLng){var coord=ol.proj.fromLonLat([latLng.lng,latLng.lat]),pixel=this.olMap.getPixelFromCoordinate(coord);return pixel?{x:pixel[0],y:pixel[1]}:{x:null,y:null}},WPGMZA.OLMap.prototype.enableBicycleLayer=function(value){if(value)this.bicycleLayer||(this.bicycleLayer=new ol.layer.Tile({source:new ol.source.OSM({url:"http://{a-c}.tile.opencyclemap.org/cycle/{z}/{x}/{y}.png"})})),this.olMap.addLayer(this.bicycleLayer);else{if(!this.bicycleLayer)return;this.olMap.removeLayer(this.bicycleLayer)}},WPGMZA.OLMap.prototype.onElementResized=function(event){this.olMap.updateSize()},WPGMZA.OLMap.prototype.onRightClick=function(event){if($(event.target).closest(".ol-marker, .wpgmza_modern_infowindow, .wpgmza-modern-store-locator").length)return!0;var parentOffset=$(this.element).offset(),relX=event.pageX-parentOffset.left,relY=event.pageY-parentOffset.top,latLng=this.pixelsToLatLng(relX,relY);return this.trigger({type:"rightclick",latLng:latLng}),$(this.element).trigger({type:"rightclick",latLng:latLng}),event.preventDefault(),!1}}),jQuery(function($){var Parent;WPGMZA.OLMarker=function(row){var self=this;Parent.call(this,row);var origin=ol.proj.fromLonLat([parseFloat(this.lng),parseFloat(this.lat)]);this.element=$("<div class='ol-marker'><img src='"+WPGMZA.defaultMarkerIcon+"' alt=''/></div>")[0],this.element.wpgmzaMarker=this,$(this.element).on("mouseover",function(event){self.dispatchEvent("mouseover")}),this.overlay=new ol.Overlay({element:this.element,position:origin,positioning:"bottom-center"}),this.overlay.setPosition(origin),this.animation&&this.setAnimation(this.animation),this.setLabel(this.settings.label),row&&row.draggable&&this.setDraggable(!0),this.rebindClickListener(),this.trigger("init")},Parent=WPGMZA.isProVersion()?WPGMZA.ProMarker:WPGMZA.Marker,WPGMZA.OLMarker.prototype=Object.create(Parent.prototype),WPGMZA.OLMarker.prototype.constructor=WPGMZA.OLMarker,WPGMZA.OLMarker.prototype.addLabel=function(){this.setLabel(this.getLabelText())},WPGMZA.OLMarker.prototype.setLabel=function(label){label?(this.label||(this.label=$("<div class='ol-marker-label'/>"),$(this.element).append(this.label)),this.label.html(label)):this.label&&$(this.element).find(".ol-marker-label").remove()},WPGMZA.OLMarker.prototype.getVisible=function(visible){return"none"!=this.overlay.getElement().style.display},WPGMZA.OLMarker.prototype.setVisible=function(visible){Parent.prototype.setVisible.call(this,visible),this.overlay.getElement().style.display=visible?"block":"none"},WPGMZA.OLMarker.prototype.setPosition=function(latLng){Parent.prototype.setPosition.call(this,latLng);var origin=ol.proj.fromLonLat([parseFloat(this.lng),parseFloat(this.lat)]);this.overlay.setPosition(origin)},WPGMZA.OLMarker.prototype.updateOffset=function(x,y){var x=this._offset.x,y=this._offset.y;this.element.style.position="relative",this.element.style.left=x+"px",this.element.style.top=y+"px"},WPGMZA.OLMarker.prototype.setAnimation=function(anim){switch(Parent.prototype.setAnimation.call(this,anim),anim){case WPGMZA.Marker.ANIMATION_NONE:$(this.element).removeAttr("data-anim");break;case WPGMZA.Marker.ANIMATION_BOUNCE:$(this.element).attr("data-anim","bounce");break;case WPGMZA.Marker.ANIMATION_DROP:$(this.element).attr("data-anim","drop")}},WPGMZA.OLMarker.prototype.setDraggable=function(draggable){var self=this;if(draggable){var options={disabled:!1};this.jQueryDraggableInitialized||(options.start=function(event){self.onDragStart(event)},options.stop=function(event){self.onDragEnd(event)}),$(this.element).draggable(options),this.jQueryDraggableInitialized=!0,this.rebindClickListener()}else $(this.element).draggable({disabled:!0})},WPGMZA.OLMarker.prototype.setOpacity=function(opacity){$(this.element).css({opacity:opacity})},WPGMZA.OLMarker.prototype.onDragStart=function(event){this.isBeingDragged=!0},WPGMZA.OLMarker.prototype.onDragEnd=function(event){var offset={top:parseFloat($(this.element).css("top").match(/-?\d+/)[0]),left:parseFloat($(this.element).css("left").match(/-?\d+/)[0])};$(this.element).css({top:"0px",left:"0px"});var currentLatLng=this.getPosition(),pixelsBeforeDrag=this.map.latLngToPixels(currentLatLng),pixelsAfterDrag={x:pixelsBeforeDrag.x+offset.left,y:pixelsBeforeDrag.y+offset.top},latLngAfterDrag=this.map.pixelsToLatLng(pixelsAfterDrag);this.setPosition(latLngAfterDrag),this.isBeingDragged=!1,this.trigger({type:"dragend",latLng:latLngAfterDrag})},WPGMZA.OLMarker.prototype.onElementClick=function(event){var self=event.currentTarget.wpgmzaMarker;self.isBeingDragged||(self.dispatchEvent("click"),self.dispatchEvent("select"))},WPGMZA.OLMarker.prototype.rebindClickListener=function(){$(this.element).off("click",this.onElementClick),$(this.element).on("click",this.onElementClick)}}),jQuery(function($){WPGMZA.OLModernStoreLocatorCircle=function(map,settings){WPGMZA.ModernStoreLocatorCircle.call(this,map,settings)},WPGMZA.OLModernStoreLocatorCircle.prototype=Object.create(WPGMZA.ModernStoreLocatorCircle.prototype),WPGMZA.OLModernStoreLocatorCircle.prototype.constructor=WPGMZA.OLModernStoreLocatorCircle,WPGMZA.OLModernStoreLocatorCircle.prototype.initCanvasLayer=function(){var self=this,mapElement=$(this.map.element),olViewportElement=mapElement.children(".ol-viewport");this.canvas=document.createElement("canvas"),this.canvas.className="wpgmza-ol-canvas-overlay",mapElement.append(this.canvas),this.renderFunction=function(event){self.canvas.width==olViewportElement.width()&&self.canvas.height==olViewportElement.height()||(self.canvas.width=olViewportElement.width(),self.canvas.height=olViewportElement.height(),$(this.canvas).css({width:olViewportElement.width()+"px",height:olViewportElement.height()+"px"})),self.draw()},this.map.olMap.on("postrender",this.renderFunction)},WPGMZA.OLModernStoreLocatorCircle.prototype.getContext=function(type){return this.canvas.getContext(type)},WPGMZA.OLModernStoreLocatorCircle.prototype.getCanvasDimensions=function(){return{width:this.canvas.width,height:this.canvas.height}},WPGMZA.OLModernStoreLocatorCircle.prototype.getCenterPixels=function(){return this.map.latLngToPixels(this.settings.center)},WPGMZA.OLModernStoreLocatorCircle.prototype.getWorldOriginOffset=function(){return{x:0,y:0}},WPGMZA.OLModernStoreLocatorCircle.prototype.getTransformedRadius=function(km){var center=new WPGMZA.LatLng(this.settings.center),outer=new WPGMZA.LatLng(center);outer.moveByDistance(km,90);var centerPixels=this.map.latLngToPixels(center),outerPixels=this.map.latLngToPixels(outer);return Math.abs(outerPixels.x-centerPixels.x)},WPGMZA.OLModernStoreLocatorCircle.prototype.getScale=function(){return 1},WPGMZA.OLModernStoreLocatorCircle.prototype.destroy=function(){$(this.canvas).remove(),this.map.olMap.un("postrender",this.renderFunction),this.map=null,this.canvas=null}}),jQuery(function($){WPGMZA.OLModernStoreLocator=function(map_id){WPGMZA.ModernStoreLocator.call(this,map_id),$(WPGMZA.isProVersion()?".wpgmza_map[data-map-id='"+map_id+"']":"#wpgmza_map").append(this.element)},WPGMZA.OLModernStoreLocator.prototype=Object.create(WPGMZA.ModernStoreLocator),WPGMZA.OLModernStoreLocator.prototype.constructor=WPGMZA.OLModernStoreLocator}),jQuery(function($){var Parent;WPGMZA.OLPolygon=function(row,olFeature){if(Parent.call(this,row,olFeature),this.olStyle=new ol.style.Style,olFeature)this.olFeature=olFeature;else{var coordinates=[[]];if(row&&row.points){for(var paths=this.parseGeometry(row.points),i=0;i<paths.length;i++)coordinates[0].push(ol.proj.fromLonLat([parseFloat(paths[i].lng),parseFloat(paths[i].lat)]));this.olStyle=new ol.style.Style(this.getStyleFromSettings())}this.olFeature=new ol.Feature({geometry:new ol.geom.Polygon(coordinates)})}this.layer=new ol.layer.Vector({source:new ol.source.Vector({features:[this.olFeature]}),style:this.olStyle}),this.layer.getSource().getFeatures()[0].setProperties({wpgmzaPolygon:this})},Parent=WPGMZA.isProVersion()?WPGMZA.ProPolygon:WPGMZA.Polygon,WPGMZA.OLPolygon.prototype=Object.create(Parent.prototype),WPGMZA.OLPolygon.prototype.constructor=WPGMZA.OLPolygon,WPGMZA.OLPolygon.prototype.getStyleFromSettings=function(){var params={};return this.settings.strokeOpacity&&(params.stroke=new ol.style.Stroke({color:WPGMZA.hexOpacityToRGBA(this.settings.strokeColor,this.settings.strokeOpacity)})),this.settings.fillOpacity&&(params.fill=new ol.style.Fill({color:WPGMZA.hexOpacityToRGBA(this.settings.fillColor,this.settings.fillOpacity)})),params},WPGMZA.OLPolygon.prototype.updateStyleFromSettings=function(){var params=this.getStyleFromSettings();this.olStyle=new ol.style.Style(params),this.layer.setStyle(this.olStyle)},WPGMZA.OLPolygon.prototype.setEditable=function(editable){},WPGMZA.OLPolygon.prototype.toJSON=function(){var result=Parent.prototype.toJSON.call(this),coordinates=this.olFeature.getGeometry().getCoordinates()[0];result.points=[];for(var i=0;i<coordinates.length;i++){var lonLat=ol.proj.toLonLat(coordinates[i]),latLng={lat:lonLat[1],lng:lonLat[0]};result.points.push(latLng)}return result}}),jQuery(function($){var Parent;WPGMZA.OLPolyline=function(row,olFeature){if(WPGMZA.Polyline.call(this,row),this.olStyle=new ol.style.Style,olFeature)this.olFeature=olFeature;else{var coordinates=[];if(row&&row.points)for(var path=this.parseGeometry(row.points),i=0;i<path.length;i++)coordinates.push(ol.proj.fromLonLat([parseFloat(path[i].lng),parseFloat(path[i].lat)]));var params=this.getStyleFromSettings();this.olStyle=new ol.style.Style(params),this.olFeature=new ol.Feature({geometry:new ol.geom.LineString(coordinates)})}this.layer=new ol.layer.Vector({source:new ol.source.Vector({features:[this.olFeature]}),style:this.olStyle}),this.layer.getSource().getFeatures()[0].setProperties({wpgmzaPolyling:this})},Parent=WPGMZA.Polyline,WPGMZA.OLPolyline.prototype=Object.create(Parent.prototype),WPGMZA.OLPolyline.prototype.constructor=WPGMZA.OLPolyline,WPGMZA.OLPolyline.prototype.getStyleFromSettings=function(){var params={};return this.settings.strokeOpacity&&(params.stroke=new ol.style.Stroke({color:WPGMZA.hexOpacityToRGBA(this.settings.strokeColor,this.settings.strokeOpacity),width:parseInt(this.settings.strokeWeight)})),params},WPGMZA.OLPolyline.prototype.updateStyleFromSettings=function(){var params=this.getStyleFromSettings();this.olStyle=new ol.style.Style(params),this.layer.setStyle(this.olStyle)},WPGMZA.OLPolyline.prototype.setEditable=function(editable){},WPGMZA.OLPolyline.prototype.setPoints=function(points){this.olFeature&&this.layer.getSource().removeFeature(this.olFeature);for(var coordinates=[],i=0;i<points.length;i++)coordinates.push(ol.proj.fromLonLat([parseFloat(points[i].lng),parseFloat(points[i].lat)]));this.olFeature=new ol.Feature({geometry:new ol.geom.LineString(coordinates)}),this.layer.getSource().addFeature(this.olFeature)},WPGMZA.OLPolyline.prototype.toJSON=function(){var result=Parent.prototype.toJSON.call(this),coordinates=this.olFeature.getGeometry().getCoordinates();result.points=[];for(var i=0;i<coordinates.length;i++){var lonLat=ol.proj.toLonLat(coordinates[i]),latLng={lat:lonLat[1],lng:lonLat[0]};result.points.push(latLng)}return result}}),jQuery(function($){WPGMZA.OLText=function(){}}),jQuery(function($){WPGMZA.DataTable=function(element){$.fn.dataTable.ext.errMode="throw",this.element=element,this.element.wpgmzaDataTable=this,this.dataTableElement=this.getDataTableElement();var settings=this.getDataTableSettings();this.phpClass=$(element).attr("data-wpgmza-php-class"),this.dataTable=$(this.dataTableElement).DataTable(settings),this.wpgmzaDataTable=this},WPGMZA.DataTable.prototype.getDataTableElement=function(){return $(this.element).find("table")},WPGMZA.DataTable.prototype.getDataTableSettings=function(){var ajax,self=this,element=this.element,options={};$(element).attr("data-wpgmza-datatable-options")&&(options=JSON.parse($(element).attr("data-wpgmza-datatable-options"))),(ajax=$(element).attr("data-wpgmza-rest-api-route"))&&(options.ajax={url:WPGMZA.resturl+ajax,method:"POST",data:function(data,settings){return self.onAJAXRequest(data,settings)},beforeSend:function(xhr){xhr.setRequestHeader("X-WP-Nonce",WPGMZA.restnonce)}},options.processing=!0,options.serverSide=!0),"WPGMZA\\MarkerListing\\AdvancedTable"==$(this.element).attr("data-wpgmza-php-class")&&WPGMZA.settings.wpgmza_default_items&&(options.iDisplayLength=parseInt(WPGMZA.settings.wpgmza_default_items),options.aLengthMenu=[5,10,25,50,100]);var languageURL;if(WPGMZA.locale)switch(WPGMZA.locale.substr(0,2)){case"af":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Afrikaans.json";break;case"sq":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Albanian.json";break;case"am":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Amharic.json";break;case"ar":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Arabic.json";break;case"hy":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Armenian.json";break;case"az":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Azerbaijan.json";break;case"bn":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Bangla.json";break;case"eu":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Basque.json";break;case"be":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Belarusian.json";break;case"bg":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Bulgarian.json";break;case"ca":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Catalan.json";break;case"zh":languageURL="zh_TW"==WPGMZA.locale?"//cdn.datatables.net/plug-ins/1.10.12/i18n/Chinese-traditional.json":"//cdn.datatables.net/plug-ins/1.10.12/i18n/Chinese.json";break;case"hr":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Croatian.json";break;case"cs":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Czech.json";break;case"da":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Danish.json";break;case"nl":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Dutch.json";break;case"et":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Estonian.json";break;case"fi":languageURL=WPGMZA.locale.match(/^fil/)?"//cdn.datatables.net/plug-ins/1.10.12/i18n/Filipino.json":"//cdn.datatables.net/plug-ins/1.10.12/i18n/Finnish.json";break;case"fr":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/French.json";break;case"gl":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Galician.json";break;case"ka":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Georgian.json";break;case"de":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/German.json";break;case"el":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Greek.json";break;case"gu":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Gujarati.json";break;case"he":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Hebrew.json";break;case"hi":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Hindi.json";break;case"hu":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Hungarian.json";break;case"is":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Icelandic.json";break;case"id":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Indonesian.json";break;case"ga":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Irish.json";break;case"it":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Italian.json";break;case"ja":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Japanese.json";break;case"kk":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Kazakh.json";break;case"ko":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Korean.json";break;case"ky":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Kyrgyz.json";break;case"lv":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Latvian.json";break;case"lt":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Lithuanian.json";break;case"mk":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Macedonian.json";break;case"ml":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Malay.json";break;case"mn":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Mongolian.json";break;case"ne":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Nepali.json";break;case"nb":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Norwegian-Bokmal.json";break;case"nn":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Norwegian-Nynorsk.json";break;case"ps":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Pashto.json";break;case"fa":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Persian.json";break;case"pl":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Polish.json";break;case"pt":languageURL="pt_BR"==WPGMZA.locale?"//cdn.datatables.net/plug-ins/1.10.12/i18n/Portuguese-Brasil.json":"//cdn.datatables.net/plug-ins/1.10.12/i18n/Portuguese.json";break;case"ro":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Romanian.json";break;case"ru":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Russian.json";break;case"sr":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Serbian.json";break;case"si":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Sinhala.json";break;case"sk":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Slovak.json";break;case"sl":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Slovenian.json";break;case"es":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Spanish.json";break;case"sw":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Swahili.json";break;case"sv":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Swedish.json";break;case"ta":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Tamil.json";break;case"te":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/telugu.json";break;case"th":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Thai.json";break;case"tr":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Turkish.json";break;case"uk":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Ukrainian.json";break;case"ur":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Urdu.json";break;case"uz":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Uzbek.json";break;case"vi":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Vietnamese.json";break;case"cy":languageURL="//cdn.datatables.net/plug-ins/1.10.12/i18n/Welsh.json"}return languageURL&&(options.language={processing:"test",url:languageURL}),options},WPGMZA.DataTable.prototype.onAJAXRequest=function(data,settings){var params={phpClass:this.phpClass},attr=$(this.element).attr("data-wpgmza-ajax-parameters");return attr&&$.extend(params,JSON.parse(attr)),$.extend(data,params),{wpgmzaDataTableRequestData:data}},WPGMZA.DataTable.prototype.onAJAXResponse=function(response){},WPGMZA.DataTable.prototype.reload=function(){this.dataTable.ajax.reload(null,!1)}}),jQuery(function($){WPGMZA.AdminMarkerDataTable=function(element){var self=this;WPGMZA.DataTable.call(this,element),$(element).find(".wpgmza.select_all_markers").on("click",function(event){self.onSelectAll(event)}),$(element).find(".wpgmza.bulk_delete").on("click",function(event){self.onBulkDelete(event)})},WPGMZA.AdminMarkerDataTable.prototype=Object.create(WPGMZA.DataTable.prototype),WPGMZA.AdminMarkerDataTable.prototype.constructor=WPGMZA.AdminMarkerDataTable,WPGMZA.AdminMarkerDataTable.prototype.getDataTableSettings=function(){var self=this,options=WPGMZA.DataTable.prototype.getDataTableSettings.call(this);return options.createdRow=function(row,data,index){var meta=self.dataTable.ajax.json().meta[index];row.wpgmzaMarkerData=meta},options},WPGMZA.AdminMarkerDataTable.prototype.onSelectAll=function(event){$(this.element).find("input[name='mark']").prop("checked",!0)},WPGMZA.AdminMarkerDataTable.prototype.onBulkDelete=function(event){var self=this,ids=[];$(this.element).find("input[name='mark']:checked").each(function(index,el){var row=$(el).closest("tr")[0];ids.push(row.wpgmzaMarkerData.id)}),WPGMZA.restAPI.call("/markers/",{method:"DELETE",data:{ids:ids},complete:function(){self.reload()}})},$(document).ready(function(event){$("[data-wpgmza-admin-marker-datatable]").each(function(index,el){new WPGMZA.AdminMarkerDataTable(el)})})});
|
languages/wp-google-maps-hr.mo
ADDED
Binary file
|
languages/wp-google-maps-hr.po
ADDED
@@ -0,0 +1,3932 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
msgid ""
|
2 |
+
msgstr ""
|
3 |
+
"Project-Id-Version: wpmaps\n"
|
4 |
+
"POT-Creation-Date: 2016-07-18 13:38+0200\n"
|
5 |
+
"PO-Revision-Date: \n"
|
6 |
+
"Last-Translator: \n"
|
7 |
+
"Language-Team: \n"
|
8 |
+
"Language: hr\n"
|
9 |
+
"MIME-Version: 1.0\n"
|
10 |
+
"Content-Type: text/plain; charset=UTF-8\n"
|
11 |
+
"Content-Transfer-Encoding: 8bit\n"
|
12 |
+
"X-Generator: Poedit 1.6.10\n"
|
13 |
+
"X-Poedit-Basepath: .\n"
|
14 |
+
"X-Poedit-KeywordsList: __;_e\n"
|
15 |
+
"X-Poedit-SearchPath-0: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
|
16 |
+
"google-maps\n"
|
17 |
+
"X-Poedit-SearchPath-1: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
|
18 |
+
"google-maps-pro\n"
|
19 |
+
"X-Poedit-SearchPath-2: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
|
20 |
+
"google-maps-gold\n"
|
21 |
+
"X-Poedit-SearchPath-3: C:\\wamp\\www\\wordpress38\\wp-content\\plugins\\wp-"
|
22 |
+
"google-maps-ugm\n"
|
23 |
+
|
24 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:243
|
25 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3712
|
26 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:764
|
27 |
+
#, fuzzy
|
28 |
+
msgid "settings"
|
29 |
+
msgstr "Postavke"
|
30 |
+
|
31 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:244
|
32 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3713
|
33 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:765
|
34 |
+
#, php-format
|
35 |
+
msgid ""
|
36 |
+
"Your Google Maps API key has been successfully saved. This API key can be "
|
37 |
+
"changed in the %s page"
|
38 |
+
msgstr ""
|
39 |
+
|
40 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:720
|
41 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:839
|
42 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:4217
|
43 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:4341
|
44 |
+
msgid "Geocode was not successful for the following reason"
|
45 |
+
msgstr "Geokodiranje nije uspjelo iz razloga"
|
46 |
+
|
47 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1173
|
48 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1335
|
49 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2550
|
50 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3636
|
51 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:4704
|
52 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:4867
|
53 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5825
|
54 |
+
msgid "More details"
|
55 |
+
msgstr "Više detalja"
|
56 |
+
|
57 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1595
|
58 |
+
msgid "Advanced Map Settings"
|
59 |
+
msgstr "Napredne postavke karta"
|
60 |
+
|
61 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1600
|
62 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1950
|
63 |
+
msgid "Enable Mass Marker Support"
|
64 |
+
msgstr "Omogućite Mass Marker Podrška"
|
65 |
+
|
66 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1603
|
67 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1843
|
68 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1953
|
69 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1537
|
70 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1594
|
71 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1791
|
72 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1803
|
73 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1878
|
74 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1881
|
75 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1884
|
76 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2207
|
77 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5759
|
78 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5766
|
79 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:35
|
80 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:178
|
81 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:196
|
82 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:205
|
83 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3861
|
84 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3976
|
85 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4174
|
86 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4181
|
87 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4212
|
88 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4931
|
89 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4971
|
90 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5012
|
91 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5030
|
92 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5039
|
93 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5050
|
94 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5103
|
95 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5107
|
96 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5396
|
97 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5451
|
98 |
+
msgid "Yes"
|
99 |
+
msgstr "Da"
|
100 |
+
|
101 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1604
|
102 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1843
|
103 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1954
|
104 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1538
|
105 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1551
|
106 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1594
|
107 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1791
|
108 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1803
|
109 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1878
|
110 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1881
|
111 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1884
|
112 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2206
|
113 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5759
|
114 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5766
|
115 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:35
|
116 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:179
|
117 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:197
|
118 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:206
|
119 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3861
|
120 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3976
|
121 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4174
|
122 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4181
|
123 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4212
|
124 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4930
|
125 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4934
|
126 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4944
|
127 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4971
|
128 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5012
|
129 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5030
|
130 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5039
|
131 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5050
|
132 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5102
|
133 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5107
|
134 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5395
|
135 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5450
|
136 |
+
msgid "No"
|
137 |
+
msgstr "Ne"
|
138 |
+
|
139 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1610
|
140 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6677
|
141 |
+
#, fuzzy
|
142 |
+
msgid "Save"
|
143 |
+
msgstr "Spremi Karta"
|
144 |
+
|
145 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1689
|
146 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5375
|
147 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:551
|
148 |
+
msgid ""
|
149 |
+
"An Unexpected HTTP Error occurred during the API request.</p> <p><a href=\"?"
|
150 |
+
"\" onclick=\"document.location.reload(); return false;\">Try again</a>"
|
151 |
+
msgstr ""
|
152 |
+
"Neočekivana HTTP Error dogodile tijekom zahtjev API. </ P> <p> <a href = \"?"
|
153 |
+
"\" onclick = \"document.location.reload (); return false;\"> Pokušaj ponovo "
|
154 |
+
"</a>"
|
155 |
+
|
156 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1694
|
157 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5380
|
158 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:556
|
159 |
+
msgid "An unknown error occurred"
|
160 |
+
msgstr "Došlo je do nepoznate pogreške"
|
161 |
+
|
162 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1756
|
163 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6186
|
164 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6562
|
165 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3193
|
166 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3445
|
167 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3623
|
168 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3807
|
169 |
+
msgid "Your settings have been saved."
|
170 |
+
msgstr "Postavke su spremljene."
|
171 |
+
|
172 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1811
|
173 |
+
msgid "Location Tracking"
|
174 |
+
msgstr ""
|
175 |
+
|
176 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1838
|
177 |
+
msgid "Real time location tracking"
|
178 |
+
msgstr ""
|
179 |
+
|
180 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1841
|
181 |
+
#, fuzzy
|
182 |
+
msgid "Enable Location Tracking"
|
183 |
+
msgstr "Omogućite Store Locator"
|
184 |
+
|
185 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1849
|
186 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1796
|
187 |
+
msgid "Default User Location Icon"
|
188 |
+
msgstr ""
|
189 |
+
|
190 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1850
|
191 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1670
|
192 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1797
|
193 |
+
#, fuzzy
|
194 |
+
msgid "Upload Icon"
|
195 |
+
msgstr "Postavi sliku"
|
196 |
+
|
197 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1854
|
198 |
+
msgid "Show"
|
199 |
+
msgstr ""
|
200 |
+
|
201 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1856
|
202 |
+
msgid "Route"
|
203 |
+
msgstr ""
|
204 |
+
|
205 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1856
|
206 |
+
#, fuzzy
|
207 |
+
msgid "Last Location"
|
208 |
+
msgstr "Marker Podaci Mjesto"
|
209 |
+
|
210 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1862
|
211 |
+
msgid "Route Styling"
|
212 |
+
msgstr ""
|
213 |
+
|
214 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1870
|
215 |
+
msgid "Route Colour - Normal"
|
216 |
+
msgstr ""
|
217 |
+
|
218 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1877
|
219 |
+
msgid "Route Colour - Hover"
|
220 |
+
msgstr ""
|
221 |
+
|
222 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1884
|
223 |
+
#, fuzzy
|
224 |
+
msgid "Route Opacity"
|
225 |
+
msgstr "Line Neprozirnosti"
|
226 |
+
|
227 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1891
|
228 |
+
#, fuzzy
|
229 |
+
msgid "Route Thickness"
|
230 |
+
msgstr "Line Debljina"
|
231 |
+
|
232 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1906
|
233 |
+
msgid "Devices"
|
234 |
+
msgstr ""
|
235 |
+
|
236 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1924
|
237 |
+
#, fuzzy
|
238 |
+
msgid "Marker Clustering"
|
239 |
+
msgstr "Marker oglas"
|
240 |
+
|
241 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1984
|
242 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1987
|
243 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1990
|
244 |
+
msgid "Real Time Location Tracking"
|
245 |
+
msgstr ""
|
246 |
+
|
247 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:1995
|
248 |
+
msgid ""
|
249 |
+
"Track your location via our app and plot your current location on a map, "
|
250 |
+
"publicly or privately."
|
251 |
+
msgstr ""
|
252 |
+
|
253 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:2004
|
254 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:182
|
255 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:221
|
256 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:264
|
257 |
+
#, fuzzy
|
258 |
+
msgid "Create Map"
|
259 |
+
msgstr "Izradite svoju kartu"
|
260 |
+
|
261 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:2049
|
262 |
+
#, php-format
|
263 |
+
msgid "Location as at %1$s"
|
264 |
+
msgstr ""
|
265 |
+
|
266 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:2131
|
267 |
+
msgid "Successfully accepted the device. Thank you"
|
268 |
+
msgstr ""
|
269 |
+
|
270 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:2172
|
271 |
+
msgid "Device has been removed. Thank you"
|
272 |
+
msgstr ""
|
273 |
+
|
274 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:2193
|
275 |
+
#, fuzzy
|
276 |
+
msgid "Marker Data Cleared."
|
277 |
+
msgstr "Marker Podaci Mjesto"
|
278 |
+
|
279 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:2230
|
280 |
+
msgid "A new device needs your approval to enable real time location tracking."
|
281 |
+
msgstr ""
|
282 |
+
|
283 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:2231
|
284 |
+
msgid "Device ID:"
|
285 |
+
msgstr ""
|
286 |
+
|
287 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:2232
|
288 |
+
#, php-format
|
289 |
+
msgid "To accept this device, Please follow this link: %1$s"
|
290 |
+
msgstr ""
|
291 |
+
|
292 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:2238
|
293 |
+
msgid "To reject the device, simply ignore this email."
|
294 |
+
msgstr ""
|
295 |
+
|
296 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:2239
|
297 |
+
msgid ""
|
298 |
+
"A new device needs your approval to enable real time location tracking - WP "
|
299 |
+
"Google Maps"
|
300 |
+
msgstr ""
|
301 |
+
|
302 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-gold/wp-google-maps-gold.php:2369
|
303 |
+
msgid "No devices"
|
304 |
+
msgstr ""
|
305 |
+
|
306 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1051
|
307 |
+
msgid "including Pro & Gold add-ons"
|
308 |
+
msgstr "uključujući Pro & amp; Zlato dodatke"
|
309 |
+
|
310 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1051
|
311 |
+
msgid "including Pro add-on"
|
312 |
+
msgstr "uključujući Pro add-on"
|
313 |
+
|
314 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1056
|
315 |
+
msgid ""
|
316 |
+
"Please <a href='update-core.php'>update your WP Google Maps GOLD version</"
|
317 |
+
"a>. Your current Gold version is not compatible with the current Pro version."
|
318 |
+
msgstr ""
|
319 |
+
"Molimo <a href='update-core.php'> ažurirajte svoj WP Google Maps GOLD "
|
320 |
+
"verzija </a>. Tvoj trenutni Gold verzija nije kompatibilna s trenutnom Pro "
|
321 |
+
"verziji."
|
322 |
+
|
323 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1139
|
324 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6983
|
325 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2991
|
326 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4619
|
327 |
+
msgid "ZIP / Address:"
|
328 |
+
msgstr "ZIP / Adresa:"
|
329 |
+
|
330 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1140
|
331 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6984
|
332 |
+
msgid "Title / Description:"
|
333 |
+
msgstr "Naslov / Opis:"
|
334 |
+
|
335 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1189
|
336 |
+
#, fuzzy
|
337 |
+
msgid "No marker list"
|
338 |
+
msgstr "Marker oglas"
|
339 |
+
|
340 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1192
|
341 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6915
|
342 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5145
|
343 |
+
msgid "Basic table"
|
344 |
+
msgstr "Osnovna stol"
|
345 |
+
|
346 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1195
|
347 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6914
|
348 |
+
#, fuzzy
|
349 |
+
msgid "Basic list"
|
350 |
+
msgstr "Osnovna stol"
|
351 |
+
|
352 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1198
|
353 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6916
|
354 |
+
#, fuzzy
|
355 |
+
msgid "Advanced table"
|
356 |
+
msgstr "Napredne biljezi"
|
357 |
+
|
358 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1201
|
359 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6912
|
360 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:255
|
361 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5147
|
362 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5227
|
363 |
+
msgid "Carousel"
|
364 |
+
msgstr "Ringišpil"
|
365 |
+
|
366 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1280
|
367 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5845
|
368 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6917
|
369 |
+
#, fuzzy
|
370 |
+
msgid "Default Infowindow"
|
371 |
+
msgstr "InfoWindows"
|
372 |
+
|
373 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1282
|
374 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5847
|
375 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6918
|
376 |
+
#, fuzzy
|
377 |
+
msgid "Modern Infowindow"
|
378 |
+
msgstr "InfoWindows"
|
379 |
+
|
380 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1284
|
381 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5849
|
382 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6920
|
383 |
+
#, fuzzy
|
384 |
+
msgid "Modern Plus Infowindow"
|
385 |
+
msgstr "InfoWindows"
|
386 |
+
|
387 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1286
|
388 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5851
|
389 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6921
|
390 |
+
#, fuzzy
|
391 |
+
msgid "Circular Infowindow"
|
392 |
+
msgstr "InfoWindows"
|
393 |
+
|
394 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1288
|
395 |
+
msgid "Currently using your selection chosen in the global settings"
|
396 |
+
msgstr ""
|
397 |
+
|
398 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1353
|
399 |
+
msgid "Download this as a CSV file"
|
400 |
+
msgstr "Preuzmite to kao CSV datoteke"
|
401 |
+
|
402 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1353
|
403 |
+
msgid "Download this data as a CSV file"
|
404 |
+
msgstr "Preuzmite ove podatke kao CSV datoteke"
|
405 |
+
|
406 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1365
|
407 |
+
msgid "Please update your basic version to use this function."
|
408 |
+
msgstr ""
|
409 |
+
|
410 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1367
|
411 |
+
#, fuzzy
|
412 |
+
msgid "Add a New Dataset"
|
413 |
+
msgstr "Dodaj novi kategoriju"
|
414 |
+
|
415 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1381
|
416 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4762
|
417 |
+
msgid "Create your Map"
|
418 |
+
msgstr "Izradite svoju kartu"
|
419 |
+
|
420 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1381
|
421 |
+
#, fuzzy
|
422 |
+
msgid "New"
|
423 |
+
msgstr "Dodaj novo"
|
424 |
+
|
425 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1388
|
426 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4767
|
427 |
+
msgid "General Settings"
|
428 |
+
msgstr "Opće postavke"
|
429 |
+
|
430 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1389
|
431 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:30
|
432 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4768
|
433 |
+
msgid "Themes"
|
434 |
+
msgstr ""
|
435 |
+
|
436 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1390
|
437 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2596
|
438 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2846
|
439 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3645
|
440 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:197
|
441 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:200
|
442 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:278
|
443 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:369
|
444 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4769
|
445 |
+
msgid "Directions"
|
446 |
+
msgstr "Upute"
|
447 |
+
|
448 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1391
|
449 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:138
|
450 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:141
|
451 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:30
|
452 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:23
|
453 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4770
|
454 |
+
msgid "Store Locator"
|
455 |
+
msgstr "Store Locator"
|
456 |
+
|
457 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1392
|
458 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5595
|
459 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4294
|
460 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4771
|
461 |
+
msgid "Advanced Settings"
|
462 |
+
msgstr "Napredne postavke"
|
463 |
+
|
464 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1393
|
465 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4772
|
466 |
+
msgid "Marker Listing Options"
|
467 |
+
msgstr "Marker Prikazane Mogućnosti"
|
468 |
+
|
469 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1431
|
470 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4805
|
471 |
+
msgid "Short code"
|
472 |
+
msgstr "Kratki kod"
|
473 |
+
|
474 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1432
|
475 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4806
|
476 |
+
msgid "copy this into your post or page to display the map"
|
477 |
+
msgstr "kopirajte ovo u svoj post ili stranicu za prikaz na karti"
|
478 |
+
|
479 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1436
|
480 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4809
|
481 |
+
msgid "Map Name"
|
482 |
+
msgstr "Karta Name"
|
483 |
+
|
484 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1440
|
485 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4835
|
486 |
+
msgid "Zoom Level"
|
487 |
+
msgstr "Zoom Level"
|
488 |
+
|
489 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1447
|
490 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7208
|
491 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4510
|
492 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4813
|
493 |
+
msgid "Width"
|
494 |
+
msgstr "Širina"
|
495 |
+
|
496 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1454
|
497 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4820
|
498 |
+
#, fuzzy, php-format
|
499 |
+
msgid "Set to 100% for a responsive map"
|
500 |
+
msgstr "Postavi za 100% za dobru kartu"
|
501 |
+
|
502 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1459
|
503 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7209
|
504 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4511
|
505 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4825
|
506 |
+
msgid "Height"
|
507 |
+
msgstr "Visina"
|
508 |
+
|
509 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1464
|
510 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4830
|
511 |
+
#, fuzzy, php-format
|
512 |
+
msgid ""
|
513 |
+
"We recommend that you leave your height in PX. Depending on your theme, "
|
514 |
+
"using % for the height may break your map."
|
515 |
+
msgstr ""
|
516 |
+
"Preporučujemo da ostavite svoju visinu u PX. Ovisno o vašoj temi, korištenjem"
|
517 |
+
"% za visinu može slomiti svoju kartu."
|
518 |
+
|
519 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1476
|
520 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4864
|
521 |
+
#, fuzzy
|
522 |
+
msgid "Select a theme for your map"
|
523 |
+
msgstr "Izbrišite svoju kartu"
|
524 |
+
|
525 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1513
|
526 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4898
|
527 |
+
msgid "Or use a custom theme"
|
528 |
+
msgstr ""
|
529 |
+
|
530 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1514
|
531 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4899
|
532 |
+
msgid "Browse the theme directory"
|
533 |
+
msgstr ""
|
534 |
+
|
535 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1515
|
536 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4900
|
537 |
+
#, fuzzy
|
538 |
+
msgid "Paste your custom theme data here:"
|
539 |
+
msgstr "Zalijepite podatke JSON ovdje"
|
540 |
+
|
541 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1517
|
542 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4902
|
543 |
+
#, fuzzy
|
544 |
+
msgid "Preview"
|
545 |
+
msgstr "Prijašnji"
|
546 |
+
|
547 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1535
|
548 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4928
|
549 |
+
msgid "Enable Directions?"
|
550 |
+
msgstr "Omogućiti uputa?"
|
551 |
+
|
552 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1547
|
553 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4940
|
554 |
+
msgid "Directions Box Open by Default?"
|
555 |
+
msgstr "Upute Box Otvorene po defaultu?"
|
556 |
+
|
557 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1552
|
558 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4945
|
559 |
+
msgid "Yes, on the left"
|
560 |
+
msgstr "Da, na lijevoj strani"
|
561 |
+
|
562 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1553
|
563 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4946
|
564 |
+
msgid "Yes, on the right"
|
565 |
+
msgstr "Da, na desnoj strani"
|
566 |
+
|
567 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1554
|
568 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4947
|
569 |
+
msgid "Yes, above"
|
570 |
+
msgstr "Da, prije"
|
571 |
+
|
572 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1555
|
573 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4948
|
574 |
+
msgid "Yes, below"
|
575 |
+
msgstr "Da, u nastavku"
|
576 |
+
|
577 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1561
|
578 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4954
|
579 |
+
msgid "Directions Box Width"
|
580 |
+
msgstr "Upute Box Širina"
|
581 |
+
|
582 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1566
|
583 |
+
msgid "px"
|
584 |
+
msgstr ""
|
585 |
+
|
586 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1567
|
587 |
+
msgid "%"
|
588 |
+
msgstr ""
|
589 |
+
|
590 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1572
|
591 |
+
msgid "Default 'To' address"
|
592 |
+
msgstr "Default 'Da' adresu"
|
593 |
+
|
594 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1588
|
595 |
+
msgid "General options"
|
596 |
+
msgstr "Opći opcije"
|
597 |
+
|
598 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1592
|
599 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4968
|
600 |
+
msgid "Enable Store Locator"
|
601 |
+
msgstr "Omogućite Store Locator"
|
602 |
+
|
603 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1599
|
604 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4976
|
605 |
+
msgid "Restrict to country"
|
606 |
+
msgstr ""
|
607 |
+
|
608 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1608
|
609 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4982
|
610 |
+
#, fuzzy
|
611 |
+
msgid "No country selected"
|
612 |
+
msgstr "Dopusti odabir kategorija"
|
613 |
+
|
614 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1620
|
615 |
+
msgid "Insert country TLD. For example, use DE for Germany."
|
616 |
+
msgstr ""
|
617 |
+
|
618 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1620
|
619 |
+
msgid "Leave blank for no restrictions."
|
620 |
+
msgstr ""
|
621 |
+
|
622 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1626
|
623 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4996
|
624 |
+
msgid "Show distance in"
|
625 |
+
msgstr "Pokaži udaljenost u"
|
626 |
+
|
627 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1629
|
628 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:153
|
629 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4999
|
630 |
+
msgid "Miles"
|
631 |
+
msgstr "Milja"
|
632 |
+
|
633 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1629
|
634 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:153
|
635 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4999
|
636 |
+
msgid "Kilometers"
|
637 |
+
msgstr "Kilometara"
|
638 |
+
|
639 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1635
|
640 |
+
#, fuzzy
|
641 |
+
msgid "Store Locator Placement"
|
642 |
+
msgstr "Store Locator Dokumentacija"
|
643 |
+
|
644 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1638
|
645 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2036
|
646 |
+
msgid "Below Map"
|
647 |
+
msgstr ""
|
648 |
+
|
649 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1638
|
650 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2036
|
651 |
+
#, fuzzy
|
652 |
+
msgid "Above Map"
|
653 |
+
msgstr "Spremi Karta"
|
654 |
+
|
655 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1644
|
656 |
+
msgid "Allow category selection"
|
657 |
+
msgstr "Dopusti odabir kategorija"
|
658 |
+
|
659 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1652
|
660 |
+
msgid "Allow users to use their location as the starting point"
|
661 |
+
msgstr ""
|
662 |
+
|
663 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1657
|
664 |
+
msgid ""
|
665 |
+
"Please ensure that \"show user's location\" is enabled in the \"Advanced "
|
666 |
+
"Settings\" tab."
|
667 |
+
msgstr ""
|
668 |
+
|
669 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1661
|
670 |
+
msgid "Show center point as an icon"
|
671 |
+
msgstr ""
|
672 |
+
|
673 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1669
|
674 |
+
#, fuzzy
|
675 |
+
msgid "Default Icon"
|
676 |
+
msgstr "InfoWindows"
|
677 |
+
|
678 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1674
|
679 |
+
msgid "Hide all markers until a search is done"
|
680 |
+
msgstr ""
|
681 |
+
|
682 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1688
|
683 |
+
msgid "Query String"
|
684 |
+
msgstr "Upit String"
|
685 |
+
|
686 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1693
|
687 |
+
msgid "Enable title search"
|
688 |
+
msgstr "Omogućite naslova pretraživanje"
|
689 |
+
|
690 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1702
|
691 |
+
msgid "Title search String"
|
692 |
+
msgstr "Naslov pretragu String"
|
693 |
+
|
694 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1707
|
695 |
+
msgid "Style options"
|
696 |
+
msgstr "Mogućnosti Style"
|
697 |
+
|
698 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1712
|
699 |
+
msgid "Line color"
|
700 |
+
msgstr "Boja Line"
|
701 |
+
|
702 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1720
|
703 |
+
msgid "Line opacity"
|
704 |
+
msgstr "Line neprozirnost"
|
705 |
+
|
706 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1723
|
707 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1739
|
708 |
+
msgid "(0 - 1.0) example: 0.5 for 50%"
|
709 |
+
msgstr "(0-1,0) Primjer: 0.5 za 50%"
|
710 |
+
|
711 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1728
|
712 |
+
msgid "Fill color"
|
713 |
+
msgstr "Ispunite boju"
|
714 |
+
|
715 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1736
|
716 |
+
msgid "Fill opacity"
|
717 |
+
msgstr "Ispunite neprozirnost"
|
718 |
+
|
719 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1748
|
720 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5019
|
721 |
+
msgid "View"
|
722 |
+
msgstr "Pogled"
|
723 |
+
|
724 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1748
|
725 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5019
|
726 |
+
msgid "Store Locator Documentation"
|
727 |
+
msgstr "Store Locator Dokumentacija"
|
728 |
+
|
729 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1761
|
730 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5095
|
731 |
+
msgid "Default Marker Image"
|
732 |
+
msgstr "Zadana Marker slike"
|
733 |
+
|
734 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1762
|
735 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2180
|
736 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2184
|
737 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:101
|
738 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:183
|
739 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5096
|
740 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5463
|
741 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5467
|
742 |
+
msgid "Upload Image"
|
743 |
+
msgstr "Postavi sliku"
|
744 |
+
|
745 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1762
|
746 |
+
#, fuzzy
|
747 |
+
msgid ""
|
748 |
+
"Get great map markers <a href='http://www.wpgmaps.com/marker-icons/' "
|
749 |
+
"target='_BLANK' title='Great Google Map Markers'>here</a>"
|
750 |
+
msgstr ""
|
751 |
+
"Get Great oznakama karte <a href='http://mapicons.nicolasmollet.com/' "
|
752 |
+
"target='_blank' title='Great Google Karta Markers'> ovdje </a>"
|
753 |
+
|
754 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1766
|
755 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4851
|
756 |
+
msgid "Map type"
|
757 |
+
msgstr "Vrsta Karta"
|
758 |
+
|
759 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1768
|
760 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7217
|
761 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4519
|
762 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4853
|
763 |
+
msgid "Roadmap"
|
764 |
+
msgstr "Plan"
|
765 |
+
|
766 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1769
|
767 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7218
|
768 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4520
|
769 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4854
|
770 |
+
msgid "Satellite"
|
771 |
+
msgstr "Satelit"
|
772 |
+
|
773 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1770
|
774 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7219
|
775 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4521
|
776 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4855
|
777 |
+
msgid "Hybrid"
|
778 |
+
msgstr "Hibrid"
|
779 |
+
|
780 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1771
|
781 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7220
|
782 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4522
|
783 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4856
|
784 |
+
msgid "Terrain"
|
785 |
+
msgstr "Teren"
|
786 |
+
|
787 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1777
|
788 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4841
|
789 |
+
msgid "Map Alignment"
|
790 |
+
msgstr "Karta Poravnanje"
|
791 |
+
|
792 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1779
|
793 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4843
|
794 |
+
msgid "Left"
|
795 |
+
msgstr "Lijevo"
|
796 |
+
|
797 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1780
|
798 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4844
|
799 |
+
msgid "Center"
|
800 |
+
msgstr "Centar"
|
801 |
+
|
802 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1781
|
803 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4845
|
804 |
+
msgid "Right"
|
805 |
+
msgstr "Pravo"
|
806 |
+
|
807 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1782
|
808 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2197
|
809 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4846
|
810 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5144
|
811 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5384
|
812 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5439
|
813 |
+
msgid "None"
|
814 |
+
msgstr "Nijedan"
|
815 |
+
|
816 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1788
|
817 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5100
|
818 |
+
msgid "Show User's Location?"
|
819 |
+
msgstr "Pokaži lokaciju korisnika?"
|
820 |
+
|
821 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1800
|
822 |
+
msgid "Click marker opens link"
|
823 |
+
msgstr ""
|
824 |
+
|
825 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1811
|
826 |
+
#, fuzzy
|
827 |
+
msgid "Maximum Zoom Out Level"
|
828 |
+
msgstr "Zoom Level"
|
829 |
+
|
830 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1840
|
831 |
+
#, fuzzy
|
832 |
+
msgid "Maximum Zoom In Level"
|
833 |
+
msgstr "Zoom Level"
|
834 |
+
|
835 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1875
|
836 |
+
msgid "Enable Layers"
|
837 |
+
msgstr "Omogućite slojeva"
|
838 |
+
|
839 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1879
|
840 |
+
msgid "Bicycle Layer"
|
841 |
+
msgstr "Bicikl Layer"
|
842 |
+
|
843 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1882
|
844 |
+
msgid "Traffic Layer"
|
845 |
+
msgstr "Promet Layer"
|
846 |
+
|
847 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1885
|
848 |
+
msgid "Transit Layer"
|
849 |
+
msgstr "Transit Layer"
|
850 |
+
|
851 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1891
|
852 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5119
|
853 |
+
msgid "KML/GeoRSS URL"
|
854 |
+
msgstr "KML / GeoRSS URL"
|
855 |
+
|
856 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1893
|
857 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5121
|
858 |
+
msgid "The KML/GeoRSS layer will over-ride most of your map settings"
|
859 |
+
msgstr "KML / GeoRSS sloj će preuzeti kontrolu većinu vaših postavki karti"
|
860 |
+
|
861 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1893
|
862 |
+
msgid "For multiple sources, separate each one by a comma."
|
863 |
+
msgstr "Za više izvora, odvojite svaki zarez."
|
864 |
+
|
865 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1897
|
866 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5125
|
867 |
+
msgid "Fusion table ID"
|
868 |
+
msgstr "Fusion stol ID"
|
869 |
+
|
870 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1899
|
871 |
+
msgid ""
|
872 |
+
"Read data directly from your Fusion Table. For more information, see <a "
|
873 |
+
"href='http://googlemapsmania.blogspot.com/2010/05/fusion-tables-google-maps-"
|
874 |
+
"api.html'>http://googlemapsmania.blogspot.com/2010/05/fusion-tables-google-"
|
875 |
+
"maps-api.html</a>"
|
876 |
+
msgstr ""
|
877 |
+
"Pročitajte podatke izravno s Fusion tablici. Za više informacija, pogledajte "
|
878 |
+
"< href='http://googlemapsmania.blogspot.com/2010/05/fusion-tables-google-"
|
879 |
+
"maps-api.html'>http://googlemapsmania.blogspot.com/2010/05/fusion-tables-"
|
880 |
+
"google-maps-api.html</a>"
|
881 |
+
|
882 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1909
|
883 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5874
|
884 |
+
#, fuzzy
|
885 |
+
msgid "Infowindow Style"
|
886 |
+
msgstr "InfoWindow Postavke"
|
887 |
+
|
888 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1927
|
889 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2024
|
890 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5894
|
891 |
+
#, fuzzy
|
892 |
+
msgid "Your selection:"
|
893 |
+
msgstr "Izbor teme"
|
894 |
+
|
895 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1960
|
896 |
+
#, fuzzy
|
897 |
+
msgid "Infowindow Colors"
|
898 |
+
msgstr "InfoWindow Postavke"
|
899 |
+
|
900 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1964
|
901 |
+
#, fuzzy
|
902 |
+
msgid "Primary Color"
|
903 |
+
msgstr "Line Color"
|
904 |
+
|
905 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1972
|
906 |
+
#, fuzzy
|
907 |
+
msgid "Accent Color"
|
908 |
+
msgstr "Line Color"
|
909 |
+
|
910 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:1980
|
911 |
+
#, fuzzy
|
912 |
+
msgid "Text Color"
|
913 |
+
msgstr "Line Color"
|
914 |
+
|
915 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2003
|
916 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:247
|
917 |
+
#, fuzzy
|
918 |
+
msgid "Marker Listing Style"
|
919 |
+
msgstr "Marker oglas"
|
920 |
+
|
921 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2033
|
922 |
+
#, fuzzy
|
923 |
+
msgid "Marker Listing Placement"
|
924 |
+
msgstr "Marker oglas"
|
925 |
+
|
926 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2042
|
927 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5161
|
928 |
+
msgid "Order markers by"
|
929 |
+
msgstr "Naručite biljezi po"
|
930 |
+
|
931 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2045
|
932 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7206
|
933 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7395
|
934 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:527
|
935 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:470
|
936 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:491
|
937 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:414
|
938 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:673
|
939 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:657
|
940 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4508
|
941 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4562
|
942 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5164
|
943 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5581
|
944 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5867
|
945 |
+
msgid "ID"
|
946 |
+
msgstr "ID"
|
947 |
+
|
948 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2046
|
949 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2161
|
950 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6597
|
951 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6682
|
952 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7207
|
953 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:416
|
954 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:441
|
955 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:464
|
956 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/widget_module.class.php:42
|
957 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:38
|
958 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:124
|
959 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4509
|
960 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4565
|
961 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5165
|
962 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5455
|
963 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5869
|
964 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5888
|
965 |
+
msgid "Title"
|
966 |
+
msgstr "Naslov"
|
967 |
+
|
968 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2047
|
969 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:418
|
970 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:443
|
971 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:466
|
972 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4566
|
973 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5166
|
974 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5871
|
975 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5890
|
976 |
+
msgid "Address"
|
977 |
+
msgstr "Adresa"
|
978 |
+
|
979 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2048
|
980 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2171
|
981 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:419
|
982 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:444
|
983 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:467
|
984 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5167
|
985 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5460
|
986 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5872
|
987 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5891
|
988 |
+
msgid "Description"
|
989 |
+
msgstr "Opis"
|
990 |
+
|
991 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2049
|
992 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2188
|
993 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7050
|
994 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:528
|
995 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:417
|
996 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:442
|
997 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:465
|
998 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3039
|
999 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5168
|
1000 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5469
|
1001 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5870
|
1002 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5889
|
1003 |
+
msgid "Category"
|
1004 |
+
msgstr "Kategorija"
|
1005 |
+
|
1006 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2052
|
1007 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5171
|
1008 |
+
msgid "Ascending"
|
1009 |
+
msgstr "Uzlazni"
|
1010 |
+
|
1011 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2053
|
1012 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5172
|
1013 |
+
msgid "Descending"
|
1014 |
+
msgstr "Spuštanje"
|
1015 |
+
|
1016 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2064
|
1017 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5184
|
1018 |
+
msgid "Move list inside map"
|
1019 |
+
msgstr ""
|
1020 |
+
|
1021 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2067
|
1022 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5187
|
1023 |
+
msgid "Move your marker list inside the map area"
|
1024 |
+
msgstr ""
|
1025 |
+
|
1026 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2067
|
1027 |
+
msgid "(still in beta)"
|
1028 |
+
msgstr ""
|
1029 |
+
|
1030 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2088
|
1031 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5189
|
1032 |
+
msgid "Placement: "
|
1033 |
+
msgstr ""
|
1034 |
+
|
1035 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2090
|
1036 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5191
|
1037 |
+
#, fuzzy
|
1038 |
+
msgid "Top Center"
|
1039 |
+
msgstr "Centar"
|
1040 |
+
|
1041 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2091
|
1042 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5192
|
1043 |
+
#, fuzzy
|
1044 |
+
msgid "Top Left"
|
1045 |
+
msgstr "Lijevo"
|
1046 |
+
|
1047 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2092
|
1048 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5193
|
1049 |
+
#, fuzzy
|
1050 |
+
msgid "Top Right"
|
1051 |
+
msgstr "Pravo"
|
1052 |
+
|
1053 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2093
|
1054 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5194
|
1055 |
+
#, fuzzy
|
1056 |
+
msgid "Left Top "
|
1057 |
+
msgstr "Lijevo"
|
1058 |
+
|
1059 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2094
|
1060 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5195
|
1061 |
+
#, fuzzy
|
1062 |
+
msgid "Right Top"
|
1063 |
+
msgstr "Pravo"
|
1064 |
+
|
1065 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2095
|
1066 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5196
|
1067 |
+
#, fuzzy
|
1068 |
+
msgid "Left Center"
|
1069 |
+
msgstr "Centar"
|
1070 |
+
|
1071 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2096
|
1072 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5197
|
1073 |
+
#, fuzzy
|
1074 |
+
msgid "Right Center"
|
1075 |
+
msgstr "Centar"
|
1076 |
+
|
1077 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2097
|
1078 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5198
|
1079 |
+
msgid "Left Bottom"
|
1080 |
+
msgstr ""
|
1081 |
+
|
1082 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2098
|
1083 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5199
|
1084 |
+
msgid "Right Bottom"
|
1085 |
+
msgstr ""
|
1086 |
+
|
1087 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2099
|
1088 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5200
|
1089 |
+
#, fuzzy
|
1090 |
+
msgid "Bottom Center"
|
1091 |
+
msgstr "Centar"
|
1092 |
+
|
1093 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2100
|
1094 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5201
|
1095 |
+
msgid "Bottom Left"
|
1096 |
+
msgstr ""
|
1097 |
+
|
1098 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2101
|
1099 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5202
|
1100 |
+
msgid "Bottom Right"
|
1101 |
+
msgstr ""
|
1102 |
+
|
1103 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2103
|
1104 |
+
msgid "Container Width: "
|
1105 |
+
msgstr ""
|
1106 |
+
|
1107 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2104
|
1108 |
+
msgid "Container Height: "
|
1109 |
+
msgstr ""
|
1110 |
+
|
1111 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2114
|
1112 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5153
|
1113 |
+
msgid "Filter by Category"
|
1114 |
+
msgstr "Filtriraj po kategoriji"
|
1115 |
+
|
1116 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2117
|
1117 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5156
|
1118 |
+
msgid "Allow users to filter by category?"
|
1119 |
+
msgstr "Dopusti korisnicima da filtrirati po kategorijama?"
|
1120 |
+
|
1121 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2136
|
1122 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5352
|
1123 |
+
msgid "Save Map"
|
1124 |
+
msgstr "Spremi Karta"
|
1125 |
+
|
1126 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2138
|
1127 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5355
|
1128 |
+
msgid ""
|
1129 |
+
"Tip: Use your mouse to change the layout of your map. When you have "
|
1130 |
+
"positioned the map to your desired location, press \"Save Map\" to keep your "
|
1131 |
+
"settings."
|
1132 |
+
msgstr ""
|
1133 |
+
"Savjet: Koristite miš kako bi promijenili izgled vašeg karte. Kad ste "
|
1134 |
+
"postavili kartu na željeno mjesto, pritisnite \"Save Karta\" zadržati svoje "
|
1135 |
+
"postavke."
|
1136 |
+
|
1137 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2148
|
1138 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5362
|
1139 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5371
|
1140 |
+
msgid "Markers"
|
1141 |
+
msgstr "Markeri"
|
1142 |
+
|
1143 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2149
|
1144 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:35
|
1145 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5489
|
1146 |
+
msgid "Polygons"
|
1147 |
+
msgstr "Poligona"
|
1148 |
+
|
1149 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2150
|
1150 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:40
|
1151 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:35
|
1152 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5365
|
1153 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5494
|
1154 |
+
msgid "Polylines"
|
1155 |
+
msgstr "Polilinijama"
|
1156 |
+
|
1157 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2151
|
1158 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5366
|
1159 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5499
|
1160 |
+
msgid "Heatmaps"
|
1161 |
+
msgstr ""
|
1162 |
+
|
1163 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2156
|
1164 |
+
msgid "Add a marker"
|
1165 |
+
msgstr "Dodaj oznaku"
|
1166 |
+
|
1167 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2166
|
1168 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5375
|
1169 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5430
|
1170 |
+
msgid "Address/GPS"
|
1171 |
+
msgstr "Adresa / GPS"
|
1172 |
+
|
1173 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2167
|
1174 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5376
|
1175 |
+
msgid "Or right click on the map"
|
1176 |
+
msgstr "Ili desni klik na karti"
|
1177 |
+
|
1178 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2179
|
1179 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5462
|
1180 |
+
msgid "Pic URL"
|
1181 |
+
msgstr "Pic URL"
|
1182 |
+
|
1183 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2181
|
1184 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5464
|
1185 |
+
msgid "Link URL"
|
1186 |
+
msgstr "Link URL"
|
1187 |
+
|
1188 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2182
|
1189 |
+
msgid "Format: http://www.domain.com"
|
1190 |
+
msgstr "Format: http://www.domain.com"
|
1191 |
+
|
1192 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2183
|
1193 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5466
|
1194 |
+
msgid "Custom Marker"
|
1195 |
+
msgstr "Custom Marker"
|
1196 |
+
|
1197 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2184
|
1198 |
+
msgid "ignore if you want to use the default marker"
|
1199 |
+
msgstr "zanemariti, ako želite koristiti zadane oznake"
|
1200 |
+
|
1201 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2185
|
1202 |
+
msgid "This is a retina ready marker"
|
1203 |
+
msgstr "To je mrežnica spremna marker"
|
1204 |
+
|
1205 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2194
|
1206 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5381
|
1207 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5436
|
1208 |
+
msgid "Animation"
|
1209 |
+
msgstr "Animacija"
|
1210 |
+
|
1211 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2198
|
1212 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5385
|
1213 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5440
|
1214 |
+
msgid "Bounce"
|
1215 |
+
msgstr "Odskakivati"
|
1216 |
+
|
1217 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2199
|
1218 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5386
|
1219 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5441
|
1220 |
+
msgid "Drop"
|
1221 |
+
msgstr "Drop"
|
1222 |
+
|
1223 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2203
|
1224 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5392
|
1225 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5447
|
1226 |
+
msgid "InfoWindow open by default"
|
1227 |
+
msgstr "InfoWindow otvoren po defaultu"
|
1228 |
+
|
1229 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2213
|
1230 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5402
|
1231 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5478
|
1232 |
+
msgid "Add Marker"
|
1233 |
+
msgstr "Dodaj Marker"
|
1234 |
+
|
1235 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2213
|
1236 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:352
|
1237 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5402
|
1238 |
+
msgid "Adding"
|
1239 |
+
msgstr "Dodavanje"
|
1240 |
+
|
1241 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2214
|
1242 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5403
|
1243 |
+
msgid "Save Marker"
|
1244 |
+
msgstr "Spremi Marker"
|
1245 |
+
|
1246 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2214
|
1247 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5403
|
1248 |
+
msgid "Saving"
|
1249 |
+
msgstr "Spašavanje"
|
1250 |
+
|
1251 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2217
|
1252 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5406
|
1253 |
+
msgid "Remember to save your marker"
|
1254 |
+
msgstr "Ne zaboravite da spasi svoju oznaku"
|
1255 |
+
|
1256 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2227
|
1257 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6588
|
1258 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6672
|
1259 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:25
|
1260 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:29
|
1261 |
+
msgid "Add a Polygon"
|
1262 |
+
msgstr "Dodaj tačku"
|
1263 |
+
|
1264 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2228
|
1265 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5490
|
1266 |
+
msgid "Add a New Polygon"
|
1267 |
+
msgstr "Dodaj novi poligon"
|
1268 |
+
|
1269 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2232
|
1270 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:25
|
1271 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:28
|
1272 |
+
msgid "Add a Polyline"
|
1273 |
+
msgstr "Dodaj Poliliniju"
|
1274 |
+
|
1275 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2233
|
1276 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5495
|
1277 |
+
msgid "Add a New Polyline"
|
1278 |
+
msgstr "Dodaj novi Poliliniju"
|
1279 |
+
|
1280 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2237
|
1281 |
+
#, fuzzy
|
1282 |
+
msgid "Add a dataset"
|
1283 |
+
msgstr "Dodaj oznaku"
|
1284 |
+
|
1285 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2251
|
1286 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5517
|
1287 |
+
msgid "Remember to save your map!"
|
1288 |
+
msgstr "Ne zaboravite da spasi svoju kartu!"
|
1289 |
+
|
1290 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2259
|
1291 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5530
|
1292 |
+
msgid "Your Markers"
|
1293 |
+
msgstr "Vaša Markeri"
|
1294 |
+
|
1295 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2269
|
1296 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5553
|
1297 |
+
msgid ""
|
1298 |
+
"WP Google Maps encourages you to make use of the amazing icons created by "
|
1299 |
+
"Nicolas Mollet's Maps Icons Collection"
|
1300 |
+
msgstr ""
|
1301 |
+
"WP Google Maps potiče li iskoristiti nevjerojatna ikone stvorio Nicolas "
|
1302 |
+
"Mollet kartama Icons Collection"
|
1303 |
+
|
1304 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2269
|
1305 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5553
|
1306 |
+
msgid "and to credit him when doing so."
|
1307 |
+
msgstr "i da mu kredit kad radiš tako."
|
1308 |
+
|
1309 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2442
|
1310 |
+
#, fuzzy
|
1311 |
+
msgid ""
|
1312 |
+
"The map ID you have entered does not exist. Please enter a map ID that "
|
1313 |
+
"exists."
|
1314 |
+
msgstr "Ova mapa ne postoji. Molimo stvoriti ga."
|
1315 |
+
|
1316 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2647
|
1317 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2648
|
1318 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7000
|
1319 |
+
msgid "Use my location"
|
1320 |
+
msgstr "Koristite svoje mjesto"
|
1321 |
+
|
1322 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2677
|
1323 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2684
|
1324 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2692
|
1325 |
+
msgid "Filter by"
|
1326 |
+
msgstr "Filtriraj po"
|
1327 |
+
|
1328 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2846
|
1329 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:278
|
1330 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:369
|
1331 |
+
msgid "Get directions to"
|
1332 |
+
msgstr "Nabavite upute na"
|
1333 |
+
|
1334 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2877
|
1335 |
+
msgid "Get Directions"
|
1336 |
+
msgstr "Potraži upute"
|
1337 |
+
|
1338 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2882
|
1339 |
+
msgid "For"
|
1340 |
+
msgstr "Za"
|
1341 |
+
|
1342 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2886
|
1343 |
+
msgid "Driving"
|
1344 |
+
msgstr "Vožnja"
|
1345 |
+
|
1346 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2887
|
1347 |
+
msgid "Walking"
|
1348 |
+
msgstr "Hodanje"
|
1349 |
+
|
1350 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2888
|
1351 |
+
msgid "Bicycling"
|
1352 |
+
msgstr "Biciklizam"
|
1353 |
+
|
1354 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2891
|
1355 |
+
msgid "show options"
|
1356 |
+
msgstr "Prikaži opcije"
|
1357 |
+
|
1358 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2892
|
1359 |
+
msgid "hide options"
|
1360 |
+
msgstr "Sakrij opcije"
|
1361 |
+
|
1362 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2894
|
1363 |
+
msgid "Avoid Tolls"
|
1364 |
+
msgstr "Izbjegavajte cestarine"
|
1365 |
+
|
1366 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2895
|
1367 |
+
msgid "Avoid Highways"
|
1368 |
+
msgstr "Izbjegni autoceste"
|
1369 |
+
|
1370 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2901
|
1371 |
+
msgid "From"
|
1372 |
+
msgstr "Iz"
|
1373 |
+
|
1374 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2909
|
1375 |
+
msgid "To"
|
1376 |
+
msgstr "Za"
|
1377 |
+
|
1378 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2919
|
1379 |
+
msgid "Go"
|
1380 |
+
msgstr "Ići"
|
1381 |
+
|
1382 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2962
|
1383 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2995
|
1384 |
+
msgid "Fetching directions..."
|
1385 |
+
msgstr "Dohvaćanje smjerovi ..."
|
1386 |
+
|
1387 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2965
|
1388 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2997
|
1389 |
+
msgid "Reset directions"
|
1390 |
+
msgstr "Reset pravci"
|
1391 |
+
|
1392 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2967
|
1393 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:2999
|
1394 |
+
msgid "Print directions"
|
1395 |
+
msgstr "Ispis pravci"
|
1396 |
+
|
1397 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3073
|
1398 |
+
msgid "Thank you. Your marker is awaiting approval."
|
1399 |
+
msgstr "Hvala Vam. Vaš marker čeka odobrenje."
|
1400 |
+
|
1401 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3641
|
1402 |
+
msgid "Get directions"
|
1403 |
+
msgstr "Dobiti upute"
|
1404 |
+
|
1405 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3642
|
1406 |
+
msgid "My location"
|
1407 |
+
msgstr "Moj položaj"
|
1408 |
+
|
1409 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3643
|
1410 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2114
|
1411 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2255
|
1412 |
+
msgid "km away"
|
1413 |
+
msgstr "km"
|
1414 |
+
|
1415 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3644
|
1416 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2112
|
1417 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2253
|
1418 |
+
msgid "miles away"
|
1419 |
+
msgstr "milja daleko"
|
1420 |
+
|
1421 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3648
|
1422 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3650
|
1423 |
+
#, fuzzy
|
1424 |
+
msgid "Please fill out both the \"from\" and \"to\" fields"
|
1425 |
+
msgstr "Molimo Vas da ispunite i 's' i 'na' poljima"
|
1426 |
+
|
1427 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3653
|
1428 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3655
|
1429 |
+
msgid "Getting your current location address..."
|
1430 |
+
msgstr "Dobivanje svoj trenutni mjesto adrese ..."
|
1431 |
+
|
1432 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3659
|
1433 |
+
msgid "Show _MENU_ entries"
|
1434 |
+
msgstr "Pokaži _MENU_ unose"
|
1435 |
+
|
1436 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3660
|
1437 |
+
msgid "Nothing found - sorry"
|
1438 |
+
msgstr "Ništa pronađena - sorry"
|
1439 |
+
|
1440 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3661
|
1441 |
+
msgid "Showing _START_ to _END_ of _TOTAL_ records"
|
1442 |
+
msgstr "Prikazivanje _START_ se _END_ od _TOTAL_ zapisa"
|
1443 |
+
|
1444 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3662
|
1445 |
+
msgid "Showing 0 to 0 of 0 records"
|
1446 |
+
msgstr "Prikazujem 0-0 od 0 zapisa"
|
1447 |
+
|
1448 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3663
|
1449 |
+
msgid "(filtered from _MAX_ total records)"
|
1450 |
+
msgstr "(Filtrirani iz _MAX_ ukupno zapisa)"
|
1451 |
+
|
1452 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3664
|
1453 |
+
msgid "First"
|
1454 |
+
msgstr "Prvo"
|
1455 |
+
|
1456 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3665
|
1457 |
+
msgid "Last"
|
1458 |
+
msgstr "Posljednji"
|
1459 |
+
|
1460 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3666
|
1461 |
+
msgid "Next"
|
1462 |
+
msgstr "Sljedeći"
|
1463 |
+
|
1464 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3667
|
1465 |
+
msgid "Previous"
|
1466 |
+
msgstr "Prijašnji"
|
1467 |
+
|
1468 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3668
|
1469 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7070
|
1470 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3046
|
1471 |
+
msgid "Search"
|
1472 |
+
msgstr "Pretraživanje"
|
1473 |
+
|
1474 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:3673
|
1475 |
+
msgid "Please prove that you are human by checking the checkbox above"
|
1476 |
+
msgstr "Molimo dokazati da ste ljudsko označavanjem potvrdnog okvira gore"
|
1477 |
+
|
1478 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5020
|
1479 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/widget_module.class.php:7
|
1480 |
+
msgid "WP Google Maps"
|
1481 |
+
msgstr "WP Google Maps"
|
1482 |
+
|
1483 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5020
|
1484 |
+
msgid ""
|
1485 |
+
"Please ensure you have <strong>both</strong> the <strong>Basic</strong> and "
|
1486 |
+
"<strong>Pro</strong> versions of WP Google Maps installed and activated at "
|
1487 |
+
"the same time in order for the plugin to function correctly."
|
1488 |
+
msgstr ""
|
1489 |
+
"Molimo da imate <strong> i </ strong> <strong> Osnovna </ strong> i <strong> "
|
1490 |
+
"Pro </ strong> verzije WP Google Maps instalirana i aktivirana u isto "
|
1491 |
+
"vrijeme kako bi se dodatak ispravno funkcionirati ,"
|
1492 |
+
|
1493 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5067
|
1494 |
+
msgid "Download ALL marker data to a CSV file"
|
1495 |
+
msgstr "Preuzmite sve podatke markera u CSV datoteku"
|
1496 |
+
|
1497 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5068
|
1498 |
+
#, fuzzy
|
1499 |
+
msgid "Download ALL map data to a CSV file"
|
1500 |
+
msgstr "Preuzmite sve podatke markera u CSV datoteku"
|
1501 |
+
|
1502 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5069
|
1503 |
+
#, fuzzy
|
1504 |
+
msgid "Download ALL polygon data to a CSV file"
|
1505 |
+
msgstr "Preuzmite sve podatke markera u CSV datoteku"
|
1506 |
+
|
1507 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5070
|
1508 |
+
#, fuzzy
|
1509 |
+
msgid "Download ALL polyline data to a CSV file"
|
1510 |
+
msgstr "Preuzmite sve podatke markera u CSV datoteku"
|
1511 |
+
|
1512 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5072
|
1513 |
+
msgid "Advanced Options"
|
1514 |
+
msgstr "Napredne opcije"
|
1515 |
+
|
1516 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5087
|
1517 |
+
#, fuzzy
|
1518 |
+
msgid "Map Data"
|
1519 |
+
msgstr "Karta Name"
|
1520 |
+
|
1521 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5088
|
1522 |
+
#, fuzzy
|
1523 |
+
msgid "Marker Data"
|
1524 |
+
msgstr "Marker Podaci Mjesto"
|
1525 |
+
|
1526 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5089
|
1527 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:471
|
1528 |
+
msgid "Polygon Data"
|
1529 |
+
msgstr "Poligon podataka"
|
1530 |
+
|
1531 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5090
|
1532 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:492
|
1533 |
+
msgid "Polyline Data"
|
1534 |
+
msgstr "Poliliniju podataka"
|
1535 |
+
|
1536 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5095
|
1537 |
+
#, fuzzy
|
1538 |
+
msgid "Upload Map CSV File"
|
1539 |
+
msgstr "Učitaj CSV datoteku"
|
1540 |
+
|
1541 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5103
|
1542 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5117
|
1543 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5139
|
1544 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5158
|
1545 |
+
msgid "Replace existing data with data in file"
|
1546 |
+
msgstr "Zamijenite postojeće podatke s podacima u datoteci"
|
1547 |
+
|
1548 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5106
|
1549 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5123
|
1550 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5142
|
1551 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5161
|
1552 |
+
msgid "Upload File"
|
1553 |
+
msgstr "Postavi datoteku"
|
1554 |
+
|
1555 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5107
|
1556 |
+
msgid "Download Map Data"
|
1557 |
+
msgstr ""
|
1558 |
+
|
1559 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5113
|
1560 |
+
#, fuzzy
|
1561 |
+
msgid "Upload Marker CSV File"
|
1562 |
+
msgstr "Učitaj CSV datoteku"
|
1563 |
+
|
1564 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5118
|
1565 |
+
msgid ""
|
1566 |
+
"Automatically geocode addresses to GPS co-ordinates if none are supplied"
|
1567 |
+
msgstr "Automatski geokodirati adrese na GPS koordinate Ako niti isporučuju"
|
1568 |
+
|
1569 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5120
|
1570 |
+
msgid "Google API Key (Required)"
|
1571 |
+
msgstr "Google API ključ (Obavezno)"
|
1572 |
+
|
1573 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5121
|
1574 |
+
#, fuzzy
|
1575 |
+
msgid ""
|
1576 |
+
"You will need a Google Maps Geocode API key for this to work. See <a "
|
1577 |
+
"href='https://developers.google.com/maps/documentation/geocoding/"
|
1578 |
+
"#Limits'>Geocoding Documentation</a>"
|
1579 |
+
msgstr ""
|
1580 |
+
"Trebat će vam Google Maps geokodirati API ključ za to raditi. Pogledajte "
|
1581 |
+
"https://developers.google.com/maps/documentation/geocoding/#Limits"
|
1582 |
+
|
1583 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5121
|
1584 |
+
msgid "There is a 0.12second delay between each request"
|
1585 |
+
msgstr "Postoji 0.12second kašnjenje između svakog zahtjev"
|
1586 |
+
|
1587 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5124
|
1588 |
+
#, fuzzy
|
1589 |
+
msgid "Download Marker Data"
|
1590 |
+
msgstr "Preuzmite sve podatke markera u CSV datoteku"
|
1591 |
+
|
1592 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5131
|
1593 |
+
#, fuzzy
|
1594 |
+
msgid "Upload Polygon CSV File"
|
1595 |
+
msgstr "Učitaj CSV datoteku"
|
1596 |
+
|
1597 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5143
|
1598 |
+
#, fuzzy
|
1599 |
+
msgid "Download Polygon Data"
|
1600 |
+
msgstr "Poligon podataka"
|
1601 |
+
|
1602 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5150
|
1603 |
+
#, fuzzy
|
1604 |
+
msgid "Upload Polyline CSV File"
|
1605 |
+
msgstr "Učitaj CSV datoteku"
|
1606 |
+
|
1607 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5162
|
1608 |
+
#, fuzzy
|
1609 |
+
msgid "Download Polyline Data"
|
1610 |
+
msgstr "Poliliniju podataka"
|
1611 |
+
|
1612 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5166
|
1613 |
+
msgid "Need help? Read the documentation."
|
1614 |
+
msgstr "Trebate li pomoć? Pročitajte dokumentaciju."
|
1615 |
+
|
1616 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5175
|
1617 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6471
|
1618 |
+
#, fuzzy
|
1619 |
+
msgid "WP Google Maps Support"
|
1620 |
+
msgstr "WP Google Maps"
|
1621 |
+
|
1622 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5178
|
1623 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6474
|
1624 |
+
#, fuzzy
|
1625 |
+
msgid "Documentation"
|
1626 |
+
msgstr "Store Locator Dokumentacija"
|
1627 |
+
|
1628 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5180
|
1629 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6476
|
1630 |
+
msgid ""
|
1631 |
+
"Getting started? Read through some of these articles to help you along your "
|
1632 |
+
"way."
|
1633 |
+
msgstr ""
|
1634 |
+
|
1635 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5181
|
1636 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6477
|
1637 |
+
#, fuzzy
|
1638 |
+
msgid "Documentation:"
|
1639 |
+
msgstr "Store Locator Dokumentacija"
|
1640 |
+
|
1641 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5183
|
1642 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6479
|
1643 |
+
#, fuzzy
|
1644 |
+
msgid "Creating your first map"
|
1645 |
+
msgstr "Izradite svoju kartu"
|
1646 |
+
|
1647 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5184
|
1648 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6480
|
1649 |
+
msgid "Using your map as a Widget"
|
1650 |
+
msgstr ""
|
1651 |
+
|
1652 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5185
|
1653 |
+
msgid "Exporting and Importing your map markers"
|
1654 |
+
msgstr ""
|
1655 |
+
|
1656 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5186
|
1657 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6481
|
1658 |
+
msgid "Changing the Google Maps language"
|
1659 |
+
msgstr ""
|
1660 |
+
|
1661 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5187
|
1662 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6482
|
1663 |
+
#, fuzzy
|
1664 |
+
msgid "WP Google Maps Documentation"
|
1665 |
+
msgstr "WP Google Karta Postavke"
|
1666 |
+
|
1667 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5187
|
1668 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6482
|
1669 |
+
#, fuzzy
|
1670 |
+
msgid "View all documentation."
|
1671 |
+
msgstr "pregledati našu dokumentaciju"
|
1672 |
+
|
1673 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5191
|
1674 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6486
|
1675 |
+
#, fuzzy
|
1676 |
+
msgid "Troubleshooting"
|
1677 |
+
msgstr "Mogućnosti za rješavanje problema"
|
1678 |
+
|
1679 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5193
|
1680 |
+
msgid ""
|
1681 |
+
"WP Google Maps Pro has a diverse and wide range of features which may, from "
|
1682 |
+
"time to time, run into conflicts with the thousands of themes and other "
|
1683 |
+
"plugins on the market."
|
1684 |
+
msgstr ""
|
1685 |
+
|
1686 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5194
|
1687 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6489
|
1688 |
+
msgid "Common issues:"
|
1689 |
+
msgstr ""
|
1690 |
+
|
1691 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5196
|
1692 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6491
|
1693 |
+
msgid "My map is not showing on my website"
|
1694 |
+
msgstr ""
|
1695 |
+
|
1696 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5197
|
1697 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6492
|
1698 |
+
msgid "My markers are not showing on my map in the front-end"
|
1699 |
+
msgstr ""
|
1700 |
+
|
1701 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5198
|
1702 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6493
|
1703 |
+
msgid "I'm getting jQuery errors showing on my website"
|
1704 |
+
msgstr ""
|
1705 |
+
|
1706 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5202
|
1707 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:40
|
1708 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:45
|
1709 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3831
|
1710 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6497
|
1711 |
+
#, fuzzy
|
1712 |
+
msgid "Support"
|
1713 |
+
msgstr "Forum"
|
1714 |
+
|
1715 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5204
|
1716 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6499
|
1717 |
+
msgid "Still need help? Use one of these links below."
|
1718 |
+
msgstr ""
|
1719 |
+
|
1720 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5206
|
1721 |
+
#, fuzzy
|
1722 |
+
msgid "Support desk"
|
1723 |
+
msgstr "Forum"
|
1724 |
+
|
1725 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5207
|
1726 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6502
|
1727 |
+
msgid "Contact us"
|
1728 |
+
msgstr ""
|
1729 |
+
|
1730 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5223
|
1731 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4015
|
1732 |
+
msgid "WP Google Map Settings"
|
1733 |
+
msgstr "WP Google Karta Postavke"
|
1734 |
+
|
1735 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5247
|
1736 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3826
|
1737 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4149
|
1738 |
+
msgid "Maps"
|
1739 |
+
msgstr "Karte"
|
1740 |
+
|
1741 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5248
|
1742 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4150
|
1743 |
+
msgid "InfoWindows"
|
1744 |
+
msgstr "InfoWindows"
|
1745 |
+
|
1746 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5249
|
1747 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:236
|
1748 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:239
|
1749 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4151
|
1750 |
+
msgid "Marker Listing"
|
1751 |
+
msgstr "Marker oglas"
|
1752 |
+
|
1753 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5250
|
1754 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3829
|
1755 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4152
|
1756 |
+
msgid "Advanced"
|
1757 |
+
msgstr "Napredan"
|
1758 |
+
|
1759 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5251
|
1760 |
+
msgid "Visitor Generated Markers"
|
1761 |
+
msgstr "Posjetitelj generiran Markeri"
|
1762 |
+
|
1763 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5252
|
1764 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4153
|
1765 |
+
msgid "Error Log"
|
1766 |
+
msgstr "Pogreška Prijavite"
|
1767 |
+
|
1768 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5270
|
1769 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4373
|
1770 |
+
msgid "WP Google Maps Error log"
|
1771 |
+
msgstr "WP Google Maps Zapisnik pogrešaka"
|
1772 |
+
|
1773 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5271
|
1774 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4374
|
1775 |
+
msgid ""
|
1776 |
+
"Having issues? Perhaps something below can give you a clue as to what's "
|
1777 |
+
"wrong. Alternatively, email this through to nick@wpgmaps.com for help!"
|
1778 |
+
msgstr ""
|
1779 |
+
"Imajući pitanja? Možda nešto ispod može vam dati trag o tome što nije u "
|
1780 |
+
"redu. Alternativno, e-mail to do nick@wpgmaps.com za pomoć!"
|
1781 |
+
|
1782 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5284
|
1783 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:212
|
1784 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4381
|
1785 |
+
msgid "Save Settings"
|
1786 |
+
msgstr "Spremi postavke"
|
1787 |
+
|
1788 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5393
|
1789 |
+
msgid "Visitor Generated Markers Settings"
|
1790 |
+
msgstr "Posjetitelj generiran markeri Postavke"
|
1791 |
+
|
1792 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5394
|
1793 |
+
msgid "Purchase the Visitor Generated Markers Add-on"
|
1794 |
+
msgstr "Kupiti iz posjeta Markeri Add-on"
|
1795 |
+
|
1796 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5394
|
1797 |
+
msgid ""
|
1798 |
+
"to enable this feature. <br /><br />If you have already purchased it please "
|
1799 |
+
"ensure that you have uploaded activated the plugin."
|
1800 |
+
msgstr ""
|
1801 |
+
"omogućiti ovu značajku. <br /> <br /> Ako ste već kupili provjerite da ste "
|
1802 |
+
"učitali aktivirali plugin."
|
1803 |
+
|
1804 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5469
|
1805 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4233
|
1806 |
+
msgid "Marker Listing Settings"
|
1807 |
+
msgstr "Marker Prikazane Postavke"
|
1808 |
+
|
1809 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5470
|
1810 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4234
|
1811 |
+
msgid ""
|
1812 |
+
"Changing these settings will alter the way the marker list appears on your "
|
1813 |
+
"website."
|
1814 |
+
msgstr ""
|
1815 |
+
"Promjena ove postavke će promijeniti način na popis marker pojavljuje na "
|
1816 |
+
"vaše web stranice."
|
1817 |
+
|
1818 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5473
|
1819 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4240
|
1820 |
+
msgid "Advanced Marker Listing"
|
1821 |
+
msgstr "Napredna Marker oglas"
|
1822 |
+
|
1823 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5473
|
1824 |
+
#, fuzzy
|
1825 |
+
msgid "Basic Marker Listings"
|
1826 |
+
msgstr "Marker oglas"
|
1827 |
+
|
1828 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5476
|
1829 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4243
|
1830 |
+
msgid "Column settings"
|
1831 |
+
msgstr "Postavke stupca"
|
1832 |
+
|
1833 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5478
|
1834 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4245
|
1835 |
+
msgid "Hide the Icon column"
|
1836 |
+
msgstr "Sakrij stupac Icon"
|
1837 |
+
|
1838 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5479
|
1839 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4246
|
1840 |
+
msgid "Hide the Title column"
|
1841 |
+
msgstr "Sakrij stupac Naslov"
|
1842 |
+
|
1843 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5480
|
1844 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4247
|
1845 |
+
msgid "Hide the Address column"
|
1846 |
+
msgstr "Sakrij stupac Adresa"
|
1847 |
+
|
1848 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5481
|
1849 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4248
|
1850 |
+
msgid "Hide the Category column"
|
1851 |
+
msgstr "Sakrij kategoriji stupac"
|
1852 |
+
|
1853 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5482
|
1854 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4249
|
1855 |
+
msgid "Hide the Description column"
|
1856 |
+
msgstr "Skrivanje stupca Opis"
|
1857 |
+
|
1858 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5486
|
1859 |
+
msgid "Show X items by default"
|
1860 |
+
msgstr "Show X stavke po defaultu"
|
1861 |
+
|
1862 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5501
|
1863 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4255
|
1864 |
+
msgid "Carousel Marker Listing"
|
1865 |
+
msgstr "Vrtuljak Marker oglas"
|
1866 |
+
|
1867 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5504
|
1868 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4258
|
1869 |
+
msgid "Theme selection"
|
1870 |
+
msgstr "Izbor teme"
|
1871 |
+
|
1872 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5507
|
1873 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4261
|
1874 |
+
msgid "Sky"
|
1875 |
+
msgstr "Nebo"
|
1876 |
+
|
1877 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5508
|
1878 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4262
|
1879 |
+
msgid "Sun"
|
1880 |
+
msgstr "Sunce"
|
1881 |
+
|
1882 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5509
|
1883 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4263
|
1884 |
+
msgid "Earth"
|
1885 |
+
msgstr "Zemlja"
|
1886 |
+
|
1887 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5510
|
1888 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4264
|
1889 |
+
msgid "Monotone"
|
1890 |
+
msgstr "Monotonija"
|
1891 |
+
|
1892 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5511
|
1893 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4265
|
1894 |
+
msgid "PinkPurple"
|
1895 |
+
msgstr "PinkPurple"
|
1896 |
+
|
1897 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5512
|
1898 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4266
|
1899 |
+
msgid "White"
|
1900 |
+
msgstr "Bijela"
|
1901 |
+
|
1902 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5513
|
1903 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4267
|
1904 |
+
msgid "Black"
|
1905 |
+
msgstr "Crna"
|
1906 |
+
|
1907 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5518
|
1908 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4272
|
1909 |
+
msgid "Carousel settings"
|
1910 |
+
msgstr "Carousel Postavke"
|
1911 |
+
|
1912 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5520
|
1913 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4274
|
1914 |
+
msgid "Hide the Image"
|
1915 |
+
msgstr "Skrivanje slike"
|
1916 |
+
|
1917 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5521
|
1918 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4275
|
1919 |
+
msgid "Hide the Title"
|
1920 |
+
msgstr "Skrivanje naslov"
|
1921 |
+
|
1922 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5522
|
1923 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4276
|
1924 |
+
msgid "Hide the Marker Icon"
|
1925 |
+
msgstr "Sakrij marker Icon"
|
1926 |
+
|
1927 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5523
|
1928 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4277
|
1929 |
+
msgid "Hide the Address"
|
1930 |
+
msgstr "Skrivanje adresu"
|
1931 |
+
|
1932 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5524
|
1933 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4278
|
1934 |
+
msgid "Hide the Description"
|
1935 |
+
msgstr "Sakrij opisu"
|
1936 |
+
|
1937 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5525
|
1938 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4279
|
1939 |
+
msgid "Hide the Marker Link"
|
1940 |
+
msgstr "Sakrij marker Link"
|
1941 |
+
|
1942 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5526
|
1943 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4280
|
1944 |
+
msgid "Hide the Directions Link"
|
1945 |
+
msgstr "Sakrij upute Link"
|
1946 |
+
|
1947 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5527
|
1948 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4281
|
1949 |
+
msgid "Resize Images with Timthumb"
|
1950 |
+
msgstr "Veličinu slike s Timthumb"
|
1951 |
+
|
1952 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5528
|
1953 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4282
|
1954 |
+
msgid "Enable lazyload of images"
|
1955 |
+
msgstr "Omogućite LazyLoad slika"
|
1956 |
+
|
1957 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5529
|
1958 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4283
|
1959 |
+
msgid "Enable autoheight"
|
1960 |
+
msgstr "Omogućite autoheight"
|
1961 |
+
|
1962 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5530
|
1963 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4284
|
1964 |
+
msgid "Enable pagination"
|
1965 |
+
msgstr "Omogućite numeriranje"
|
1966 |
+
|
1967 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5531
|
1968 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4285
|
1969 |
+
msgid "Enable navigation"
|
1970 |
+
msgstr "Omogućite navigaciju"
|
1971 |
+
|
1972 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5532
|
1973 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4286
|
1974 |
+
msgid "Items"
|
1975 |
+
msgstr "Stavke"
|
1976 |
+
|
1977 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5533
|
1978 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4287
|
1979 |
+
msgid "Autoplay after x milliseconds (1000 = 1 second)"
|
1980 |
+
msgstr "AutoPlay nakon x milisekundi (1000 = 1 sekunde)"
|
1981 |
+
|
1982 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5548
|
1983 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5549
|
1984 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4311
|
1985 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4321
|
1986 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4342
|
1987 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4352
|
1988 |
+
msgid "You can use the following"
|
1989 |
+
msgstr "Možete koristiti sljedeće"
|
1990 |
+
|
1991 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5577
|
1992 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4127
|
1993 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6457
|
1994 |
+
msgid "This folder does not exist. Please create it."
|
1995 |
+
msgstr "Ova mapa ne postoji. Molimo stvoriti ga."
|
1996 |
+
|
1997 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5583
|
1998 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4130
|
1999 |
+
msgid "File Permissions:"
|
2000 |
+
msgstr "Dozvole za datoteku:"
|
2001 |
+
|
2002 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5583
|
2003 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4130
|
2004 |
+
msgid ""
|
2005 |
+
" - The plugin does not have write access to this folder. Please CHMOD this "
|
2006 |
+
"folder to 755 or 777, or change the location"
|
2007 |
+
msgstr ""
|
2008 |
+
" - Plugin nema pristup pisanja u ovu mapu. Molimo chmod ovu mapu za 755 ili "
|
2009 |
+
"777, ili promijeniti mjesto"
|
2010 |
+
|
2011 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5601
|
2012 |
+
#, fuzzy
|
2013 |
+
msgid "Google Maps API Key (optional)"
|
2014 |
+
msgstr "Google API ključ (Obavezno)"
|
2015 |
+
|
2016 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5604
|
2017 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4305
|
2018 |
+
msgid ""
|
2019 |
+
"This API key can be obtained from the <a href='https://console.developers."
|
2020 |
+
"google.com' target='_BLANK'>Google Developers Console</a>. Our <a "
|
2021 |
+
"href='http://www.wpgmaps.com/documentation/creating-a-google-maps-api-key/' "
|
2022 |
+
"target='_BLANK'>documentation</a> provides a full guide on how to obtain "
|
2023 |
+
"this. "
|
2024 |
+
msgstr ""
|
2025 |
+
|
2026 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5610
|
2027 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4336
|
2028 |
+
msgid ""
|
2029 |
+
"We suggest that you change the two fields below ONLY if you are experiencing "
|
2030 |
+
"issues when trying to save the marker XML files."
|
2031 |
+
msgstr ""
|
2032 |
+
"Predlažemo vam da promijenite dva polja ispod SAMO ako imate problema pri "
|
2033 |
+
"pokušaju da spasi marker XML datoteke."
|
2034 |
+
|
2035 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5613
|
2036 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4330
|
2037 |
+
msgid "Pull marker data from"
|
2038 |
+
msgstr "Povucite marker podatke"
|
2039 |
+
|
2040 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5615
|
2041 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4332
|
2042 |
+
msgid "Database (Great for small amounts of markers)"
|
2043 |
+
msgstr "Baza podataka (Veliki za male količine biljega)"
|
2044 |
+
|
2045 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5616
|
2046 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4333
|
2047 |
+
msgid "XML File (Great for large amounts of markers)"
|
2048 |
+
msgstr "XML datoteke (Izvrstan za velike količine biljega)"
|
2049 |
+
|
2050 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5620
|
2051 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4307
|
2052 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4338
|
2053 |
+
msgid "Marker data XML directory"
|
2054 |
+
msgstr "Marker Podaci XML katalog"
|
2055 |
+
|
2056 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5626
|
2057 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5636
|
2058 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4312
|
2059 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4322
|
2060 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4343
|
2061 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4353
|
2062 |
+
msgid "Currently using"
|
2063 |
+
msgstr "Trenutno korištenja"
|
2064 |
+
|
2065 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5630
|
2066 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4316
|
2067 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4347
|
2068 |
+
msgid "Marker data XML URL"
|
2069 |
+
msgstr "Marker Podaci XML URL"
|
2070 |
+
|
2071 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5640
|
2072 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5643
|
2073 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4357
|
2074 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4360
|
2075 |
+
msgid "Custom CSS"
|
2076 |
+
msgstr "Custom CSS"
|
2077 |
+
|
2078 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5725
|
2079 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4156
|
2080 |
+
msgid "Map Settings"
|
2081 |
+
msgstr "Karta Postavke"
|
2082 |
+
|
2083 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5732
|
2084 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4159
|
2085 |
+
msgid "General Map Settings"
|
2086 |
+
msgstr "Opći Karta Postavke"
|
2087 |
+
|
2088 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5734
|
2089 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4161
|
2090 |
+
msgid "Disable StreetView"
|
2091 |
+
msgstr "Onemogući Prikaza ulica"
|
2092 |
+
|
2093 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5735
|
2094 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4162
|
2095 |
+
msgid "Disable Zoom Controls"
|
2096 |
+
msgstr "Onemogućiti Zoom kontrola"
|
2097 |
+
|
2098 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5736
|
2099 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4163
|
2100 |
+
msgid "Disable Pan Controls"
|
2101 |
+
msgstr "Onemogućiti Pan kontrole"
|
2102 |
+
|
2103 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5737
|
2104 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4164
|
2105 |
+
msgid "Disable Map Type Controls"
|
2106 |
+
msgstr "Onemogućiti Karta Tip kontrola"
|
2107 |
+
|
2108 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5738
|
2109 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4165
|
2110 |
+
msgid "Disable Mouse Wheel Zoom"
|
2111 |
+
msgstr "Onemogućiti kotačić Zoom"
|
2112 |
+
|
2113 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5739
|
2114 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4166
|
2115 |
+
msgid "Disable Mouse Dragging"
|
2116 |
+
msgstr "Onemogućiti Miš Povlačenje"
|
2117 |
+
|
2118 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5740
|
2119 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4167
|
2120 |
+
msgid "Disable Mouse Double Click Zooming"
|
2121 |
+
msgstr "Deaktiviraj Miš Dvaput kliknite Zumiranje"
|
2122 |
+
|
2123 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5744
|
2124 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4224
|
2125 |
+
msgid "Open Marker InfoWindows by"
|
2126 |
+
msgstr "Otvorene Marker InfoWindows po"
|
2127 |
+
|
2128 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5748
|
2129 |
+
msgid "Filter by category displayed as"
|
2130 |
+
msgstr "Filtriraj po kategoriji prikazuje kao"
|
2131 |
+
|
2132 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5750
|
2133 |
+
msgid "Dropdown"
|
2134 |
+
msgstr "Padajući"
|
2135 |
+
|
2136 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5751
|
2137 |
+
msgid "Checkboxes"
|
2138 |
+
msgstr "Checkboxes"
|
2139 |
+
|
2140 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5757
|
2141 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4172
|
2142 |
+
msgid "Troubleshooting Options"
|
2143 |
+
msgstr "Mogućnosti za rješavanje problema"
|
2144 |
+
|
2145 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5759
|
2146 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4174
|
2147 |
+
#, fuzzy
|
2148 |
+
msgid ""
|
2149 |
+
"Over-ride current jQuery with version 1.11.3 (Tick this box if you are "
|
2150 |
+
"receiving jQuery related errors after updating to WordPress 4.5)"
|
2151 |
+
msgstr ""
|
2152 |
+
"Više-vožnje trenutnoj verziji jQuery sa 1.8.3 (Označiti ovu kućicu ako "
|
2153 |
+
"dobijete jQuery vezane pogreške)"
|
2154 |
+
|
2155 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5766
|
2156 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4181
|
2157 |
+
msgid ""
|
2158 |
+
"Do not load the Google Maps API (Only check this if your theme loads the "
|
2159 |
+
"Google Maps API by default)"
|
2160 |
+
msgstr ""
|
2161 |
+
|
2162 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5771
|
2163 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4186
|
2164 |
+
msgid "Use Google Maps API"
|
2165 |
+
msgstr "Koristite Google Maps API"
|
2166 |
+
|
2167 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5782
|
2168 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4197
|
2169 |
+
msgid "Lowest level of access to the map editor"
|
2170 |
+
msgstr "Najniža razina pristupa urednika na karti"
|
2171 |
+
|
2172 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5794
|
2173 |
+
#, fuzzy
|
2174 |
+
msgid "Retina Icon Width"
|
2175 |
+
msgstr "Upute Box Širina"
|
2176 |
+
|
2177 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5798
|
2178 |
+
msgid "Retina Icon Height"
|
2179 |
+
msgstr ""
|
2180 |
+
|
2181 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5853
|
2182 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5855
|
2183 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6922
|
2184 |
+
#, fuzzy
|
2185 |
+
msgid "No Global Setting"
|
2186 |
+
msgstr "Opće postavke"
|
2187 |
+
|
2188 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5868
|
2189 |
+
msgid "InfoWindow Settings"
|
2190 |
+
msgstr "InfoWindow Postavke"
|
2191 |
+
|
2192 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5904
|
2193 |
+
msgid "Image Thumbnails"
|
2194 |
+
msgstr "Slika sličice"
|
2195 |
+
|
2196 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5906
|
2197 |
+
msgid "Do not use TimThumb"
|
2198 |
+
msgstr "Nemojte koristiti TimThumb"
|
2199 |
+
|
2200 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5907
|
2201 |
+
msgid ""
|
2202 |
+
"(Timthumb support will be discontinued in the next pro version release. "
|
2203 |
+
"Please check this box and make the necessary changes to your images using "
|
2204 |
+
"the settings below.)"
|
2205 |
+
msgstr ""
|
2206 |
+
|
2207 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5912
|
2208 |
+
#, fuzzy
|
2209 |
+
msgid "Resize Images"
|
2210 |
+
msgstr "Veličinu slike s Timthumb"
|
2211 |
+
|
2212 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5914
|
2213 |
+
msgid "Resize all images to the below sizes"
|
2214 |
+
msgstr ""
|
2215 |
+
|
2216 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5918
|
2217 |
+
msgid "Default Image Width"
|
2218 |
+
msgstr "Zadana širina slike"
|
2219 |
+
|
2220 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5919
|
2221 |
+
msgid "(can be left blank - max width will be limited to max infowindow width)"
|
2222 |
+
msgstr ""
|
2223 |
+
|
2224 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5922
|
2225 |
+
msgid "Default Image Height"
|
2226 |
+
msgstr "Default Visina slike"
|
2227 |
+
|
2228 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5923
|
2229 |
+
msgid ""
|
2230 |
+
"(can be left blank - leaving both the width and height blank will revert to "
|
2231 |
+
"full size images being used)"
|
2232 |
+
msgstr ""
|
2233 |
+
|
2234 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5926
|
2235 |
+
msgid "Max InfoWindow Width"
|
2236 |
+
msgstr "Max InfoWindow Širina"
|
2237 |
+
|
2238 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5927
|
2239 |
+
#, fuzzy
|
2240 |
+
msgid "(Minimum: 200px)"
|
2241 |
+
msgstr "(Minimalna: 250px)"
|
2242 |
+
|
2243 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5930
|
2244 |
+
msgid "Other settings"
|
2245 |
+
msgstr "Ostale postavke"
|
2246 |
+
|
2247 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5932
|
2248 |
+
msgid "Open links in a new window"
|
2249 |
+
msgstr "Otvori linkove u novom prozoru"
|
2250 |
+
|
2251 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5933
|
2252 |
+
msgid "(Tick this if you want to open your links in a new window)"
|
2253 |
+
msgstr "(Označite ovu opciju ako želite otvoriti linkove u novom prozoru)"
|
2254 |
+
|
2255 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5934
|
2256 |
+
msgid "Hide the address field"
|
2257 |
+
msgstr "Skrivanje adresne"
|
2258 |
+
|
2259 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:5938
|
2260 |
+
msgid "Link text"
|
2261 |
+
msgstr "Link tekst"
|
2262 |
+
|
2263 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6215
|
2264 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3217
|
2265 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3651
|
2266 |
+
msgid "Your marker location has been saved."
|
2267 |
+
msgstr "Vaš položaj marker je spasio."
|
2268 |
+
|
2269 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6270
|
2270 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3270
|
2271 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3682
|
2272 |
+
msgid "Your polygon has been created."
|
2273 |
+
msgstr "Vaš poligon je stvorio."
|
2274 |
+
|
2275 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6330
|
2276 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3326
|
2277 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3714
|
2278 |
+
msgid "Your polygon has been saved."
|
2279 |
+
msgstr "Vaš poligon je spasio."
|
2280 |
+
|
2281 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6364
|
2282 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3369
|
2283 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3745
|
2284 |
+
msgid "Your polyline has been created."
|
2285 |
+
msgstr "Vaš Alat za linije je stvorio."
|
2286 |
+
|
2287 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6399
|
2288 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3411
|
2289 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3777
|
2290 |
+
msgid "Your polyline has been saved."
|
2291 |
+
msgstr "Vaš Alat za linije je spasio."
|
2292 |
+
|
2293 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6442
|
2294 |
+
#, fuzzy
|
2295 |
+
msgid "Your dataset has been created."
|
2296 |
+
msgstr "Vaš kategorija je stvorio."
|
2297 |
+
|
2298 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6487
|
2299 |
+
#, fuzzy
|
2300 |
+
msgid "Your dataset has been saved."
|
2301 |
+
msgstr "Vaš kategorija je spasio."
|
2302 |
+
|
2303 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6594
|
2304 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6679
|
2305 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7396
|
2306 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8007
|
2307 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8095
|
2308 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:35
|
2309 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:121
|
2310 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:674
|
2311 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:34
|
2312 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:119
|
2313 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:658
|
2314 |
+
msgid "Name"
|
2315 |
+
msgstr "Naziv"
|
2316 |
+
|
2317 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6600
|
2318 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6685
|
2319 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:421
|
2320 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:41
|
2321 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:127
|
2322 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4569
|
2323 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5874
|
2324 |
+
msgid "Link"
|
2325 |
+
msgstr "Link"
|
2326 |
+
|
2327 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6603
|
2328 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6688
|
2329 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:28
|
2330 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:44
|
2331 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:130
|
2332 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:42
|
2333 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:127
|
2334 |
+
msgid "Line Color"
|
2335 |
+
msgstr "Line Color"
|
2336 |
+
|
2337 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6606
|
2338 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6691
|
2339 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:47
|
2340 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:133
|
2341 |
+
msgid "Line Opacity"
|
2342 |
+
msgstr "Line Neprozirnosti"
|
2343 |
+
|
2344 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6609
|
2345 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6694
|
2346 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:29
|
2347 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:50
|
2348 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:136
|
2349 |
+
msgid "Fill Color"
|
2350 |
+
msgstr "Boja ispune"
|
2351 |
+
|
2352 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6612
|
2353 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6697
|
2354 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8023
|
2355 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8111
|
2356 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:30
|
2357 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:53
|
2358 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:139
|
2359 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:50
|
2360 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:135
|
2361 |
+
msgid "Opacity"
|
2362 |
+
msgstr "Neprozirnost"
|
2363 |
+
|
2364 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6615
|
2365 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6700
|
2366 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:56
|
2367 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:142
|
2368 |
+
msgid "On Hover Line Color"
|
2369 |
+
msgstr "Na Zadržite pokazivač Boja crte"
|
2370 |
+
|
2371 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6618
|
2372 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6703
|
2373 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:59
|
2374 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:145
|
2375 |
+
msgid "On Hover Fill Color"
|
2376 |
+
msgstr "Na lebdjeti Boja ispune"
|
2377 |
+
|
2378 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6621
|
2379 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6706
|
2380 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:62
|
2381 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:148
|
2382 |
+
msgid "On Hover Opacity"
|
2383 |
+
msgstr "Na Zadržite pokazivač neprozirnost"
|
2384 |
+
|
2385 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6630
|
2386 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6714
|
2387 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:73
|
2388 |
+
msgid "Click on the map to insert a vertex."
|
2389 |
+
msgstr "Kliknite na kartu za umetanje tjeme."
|
2390 |
+
|
2391 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6631
|
2392 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6715
|
2393 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:74
|
2394 |
+
msgid "Click on a vertex to remove it."
|
2395 |
+
msgstr "Kliknite na tjeme kako bi ga uklonili."
|
2396 |
+
|
2397 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6632
|
2398 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6716
|
2399 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:75
|
2400 |
+
msgid "Drag a vertex to move it."
|
2401 |
+
msgstr "Povucite vrh kako bi ga premjestiti."
|
2402 |
+
|
2403 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6640
|
2404 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6724
|
2405 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:42
|
2406 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:90
|
2407 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:81
|
2408 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:167
|
2409 |
+
msgid "Save Polygon"
|
2410 |
+
msgstr "Spremi Poligon"
|
2411 |
+
|
2412 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6913
|
2413 |
+
#, fuzzy
|
2414 |
+
msgid "No marker listing"
|
2415 |
+
msgstr "Marker oglas"
|
2416 |
+
|
2417 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:6919
|
2418 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5641
|
2419 |
+
msgid "Copied to clipboard"
|
2420 |
+
msgstr ""
|
2421 |
+
|
2422 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7015
|
2423 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8031
|
2424 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8119
|
2425 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3004
|
2426 |
+
msgid "Radius"
|
2427 |
+
msgstr "Radius"
|
2428 |
+
|
2429 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7021
|
2430 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3010
|
2431 |
+
msgid "1mi"
|
2432 |
+
msgstr "1mi"
|
2433 |
+
|
2434 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7022
|
2435 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3011
|
2436 |
+
msgid "5mi"
|
2437 |
+
msgstr "5mi"
|
2438 |
+
|
2439 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7023
|
2440 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3012
|
2441 |
+
msgid "10mi"
|
2442 |
+
msgstr "10mi"
|
2443 |
+
|
2444 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7024
|
2445 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3013
|
2446 |
+
msgid "25mi"
|
2447 |
+
msgstr "25mi"
|
2448 |
+
|
2449 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7025
|
2450 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3014
|
2451 |
+
msgid "50mi"
|
2452 |
+
msgstr "50mi"
|
2453 |
+
|
2454 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7026
|
2455 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3015
|
2456 |
+
msgid "75mi"
|
2457 |
+
msgstr "75mi"
|
2458 |
+
|
2459 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7027
|
2460 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3016
|
2461 |
+
msgid "100mi"
|
2462 |
+
msgstr "100mi"
|
2463 |
+
|
2464 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7028
|
2465 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3017
|
2466 |
+
msgid "150mi"
|
2467 |
+
msgstr "150mi"
|
2468 |
+
|
2469 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7029
|
2470 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3018
|
2471 |
+
msgid "200mi"
|
2472 |
+
msgstr "200mi"
|
2473 |
+
|
2474 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7030
|
2475 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3019
|
2476 |
+
msgid "300mi"
|
2477 |
+
msgstr "300mi"
|
2478 |
+
|
2479 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7032
|
2480 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3021
|
2481 |
+
msgid "1km"
|
2482 |
+
msgstr "1 km"
|
2483 |
+
|
2484 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7033
|
2485 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3022
|
2486 |
+
msgid "5km"
|
2487 |
+
msgstr "5 km"
|
2488 |
+
|
2489 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7034
|
2490 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3023
|
2491 |
+
msgid "10km"
|
2492 |
+
msgstr "10 km"
|
2493 |
+
|
2494 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7035
|
2495 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3024
|
2496 |
+
msgid "25km"
|
2497 |
+
msgstr "25 km"
|
2498 |
+
|
2499 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7036
|
2500 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3025
|
2501 |
+
msgid "50km"
|
2502 |
+
msgstr "50 km"
|
2503 |
+
|
2504 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7037
|
2505 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3026
|
2506 |
+
msgid "75km"
|
2507 |
+
msgstr "75 km"
|
2508 |
+
|
2509 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7038
|
2510 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3027
|
2511 |
+
msgid "100km"
|
2512 |
+
msgstr "100 km"
|
2513 |
+
|
2514 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7039
|
2515 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3028
|
2516 |
+
msgid "150km"
|
2517 |
+
msgstr "150 km"
|
2518 |
+
|
2519 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7040
|
2520 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3029
|
2521 |
+
msgid "200km"
|
2522 |
+
msgstr "200 km"
|
2523 |
+
|
2524 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7041
|
2525 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3030
|
2526 |
+
msgid "300km"
|
2527 |
+
msgstr "300 km"
|
2528 |
+
|
2529 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7071
|
2530 |
+
msgid "Reset"
|
2531 |
+
msgstr ""
|
2532 |
+
|
2533 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7210
|
2534 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4512
|
2535 |
+
msgid "Type"
|
2536 |
+
msgstr "Vrsta"
|
2537 |
+
|
2538 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7211
|
2539 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4513
|
2540 |
+
#, fuzzy
|
2541 |
+
msgid "Shortcode"
|
2542 |
+
msgstr "Kratki kod"
|
2543 |
+
|
2544 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7221
|
2545 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:536
|
2546 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4524
|
2547 |
+
msgid "Trash"
|
2548 |
+
msgstr "Smeće"
|
2549 |
+
|
2550 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7222
|
2551 |
+
msgid "Duplicate"
|
2552 |
+
msgstr ""
|
2553 |
+
|
2554 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7225
|
2555 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7416
|
2556 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:540
|
2557 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:495
|
2558 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:516
|
2559 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:701
|
2560 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:685
|
2561 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4530
|
2562 |
+
msgid "Edit"
|
2563 |
+
msgstr "Uredi"
|
2564 |
+
|
2565 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7397
|
2566 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:472
|
2567 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:493
|
2568 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:422
|
2569 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:675
|
2570 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:659
|
2571 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5875
|
2572 |
+
msgid "Action"
|
2573 |
+
msgstr "Radnja"
|
2574 |
+
|
2575 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:7417
|
2576 |
+
#, fuzzy
|
2577 |
+
msgid "Delete this dataset"
|
2578 |
+
msgstr "Izbriši ovu oznaku"
|
2579 |
+
|
2580 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8001
|
2581 |
+
msgid "Add heatmap data"
|
2582 |
+
msgstr ""
|
2583 |
+
|
2584 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8015
|
2585 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8103
|
2586 |
+
msgid "Gradient"
|
2587 |
+
msgstr ""
|
2588 |
+
|
2589 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8018
|
2590 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8106
|
2591 |
+
msgid "Default"
|
2592 |
+
msgstr ""
|
2593 |
+
|
2594 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8018
|
2595 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8106
|
2596 |
+
msgid "Blue"
|
2597 |
+
msgstr ""
|
2598 |
+
|
2599 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8056
|
2600 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8142
|
2601 |
+
#, fuzzy
|
2602 |
+
msgid "Save Dataset"
|
2603 |
+
msgstr "Spremi Kategorija"
|
2604 |
+
|
2605 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro.php:8088
|
2606 |
+
msgid "Edit Dataset"
|
2607 |
+
msgstr ""
|
2608 |
+
|
2609 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:15
|
2610 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:18
|
2611 |
+
msgid "Marker Categories"
|
2612 |
+
msgstr "Marker Kategorije"
|
2613 |
+
|
2614 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:15
|
2615 |
+
msgid "Add New Category"
|
2616 |
+
msgstr "Dodaj novi kategoriju"
|
2617 |
+
|
2618 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:19
|
2619 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:38
|
2620 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:124
|
2621 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4468
|
2622 |
+
msgid "Pro Version"
|
2623 |
+
msgstr "Pro verzija"
|
2624 |
+
|
2625 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:19
|
2626 |
+
msgid "Create marker categories"
|
2627 |
+
msgstr "Stvaranje kategorije marker"
|
2628 |
+
|
2629 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:19
|
2630 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4468
|
2631 |
+
msgid "with the"
|
2632 |
+
msgstr "s"
|
2633 |
+
|
2634 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:19
|
2635 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4468
|
2636 |
+
msgid "of WP Google Maps for only"
|
2637 |
+
msgstr "WP Google Maps za samo"
|
2638 |
+
|
2639 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:24
|
2640 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4489
|
2641 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4549
|
2642 |
+
msgid "Problems with the plugin? See the troubleshooting manual."
|
2643 |
+
msgstr "Problemi s dodatkom? Pogledajte priručnik za rješavanje problema."
|
2644 |
+
|
2645 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:32
|
2646 |
+
msgid "There was a problem deleting the category."
|
2647 |
+
msgstr "Došlo je do problema prilikom brisanja kategoriju."
|
2648 |
+
|
2649 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:35
|
2650 |
+
msgid "Delete your Category"
|
2651 |
+
msgstr "Izbrišite vaš Kategorija"
|
2652 |
+
|
2653 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:35
|
2654 |
+
msgid "Are you sure you want to delete the category"
|
2655 |
+
msgstr "Jeste li sigurni da želite obrisati kategoriju"
|
2656 |
+
|
2657 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:85
|
2658 |
+
msgid "Add a Marker Category"
|
2659 |
+
msgstr "Dodaj marker kategorije"
|
2660 |
+
|
2661 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:89
|
2662 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:171
|
2663 |
+
msgid "Category Name"
|
2664 |
+
msgstr "Kategorija Naziv"
|
2665 |
+
|
2666 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:99
|
2667 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:181
|
2668 |
+
msgid "Category Marker"
|
2669 |
+
msgstr "Kategorija Marker"
|
2670 |
+
|
2671 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:101
|
2672 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:183
|
2673 |
+
msgid ""
|
2674 |
+
"Get great map markers <a href='http://mapicons.nicolasmollet.com/' "
|
2675 |
+
"target='_BLANK' title='Great Google Map Markers'>here</a>"
|
2676 |
+
msgstr ""
|
2677 |
+
"Get Great oznakama karte <a href='http://mapicons.nicolasmollet.com/' "
|
2678 |
+
"target='_blank' title='Great Google Karta Markers'> ovdje </a>"
|
2679 |
+
|
2680 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:104
|
2681 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:186
|
2682 |
+
msgid "Retina Ready"
|
2683 |
+
msgstr "Retina Ready"
|
2684 |
+
|
2685 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:105
|
2686 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:187
|
2687 |
+
msgid "This marker is a retina-ready marker"
|
2688 |
+
msgstr "Ovaj marker je mrežnica spreman marker"
|
2689 |
+
|
2690 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:114
|
2691 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:196
|
2692 |
+
msgid "Assigned to "
|
2693 |
+
msgstr "Dodijeljeno"
|
2694 |
+
|
2695 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:127
|
2696 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:210
|
2697 |
+
msgid "Save Category"
|
2698 |
+
msgstr "Spremi Kategorija"
|
2699 |
+
|
2700 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:166
|
2701 |
+
#, fuzzy
|
2702 |
+
msgid "Edit a Marker Category"
|
2703 |
+
msgstr "Dodaj marker kategorije"
|
2704 |
+
|
2705 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:292
|
2706 |
+
msgid "Your category has been created."
|
2707 |
+
msgstr "Vaš kategorija je stvorio."
|
2708 |
+
|
2709 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:364
|
2710 |
+
msgid "Your category has been saved."
|
2711 |
+
msgstr "Vaš kategorija je spasio."
|
2712 |
+
|
2713 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:374
|
2714 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:408
|
2715 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:439
|
2716 |
+
msgid "All"
|
2717 |
+
msgstr "Sve"
|
2718 |
+
|
2719 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:412
|
2720 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:463
|
2721 |
+
msgid "<em><small>No categories found</small></em>"
|
2722 |
+
msgstr "<Em> <small> Nema kategorije pronađena </ small> </ em>"
|
2723 |
+
|
2724 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:498
|
2725 |
+
msgid "All maps"
|
2726 |
+
msgstr "Svi karata"
|
2727 |
+
|
2728 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:529
|
2729 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:415
|
2730 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4563
|
2731 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5868
|
2732 |
+
msgid "Icon"
|
2733 |
+
msgstr "Ikona"
|
2734 |
+
|
2735 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_categories.php:530
|
2736 |
+
msgid "Linked maps"
|
2737 |
+
msgstr "Povezani karata"
|
2738 |
+
|
2739 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:255
|
2740 |
+
msgid "Header 1 should be 'id', not"
|
2741 |
+
msgstr "Zaglavlja 1 trebao biti 'id', ne"
|
2742 |
+
|
2743 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:256
|
2744 |
+
msgid "Header 2 should be 'map_id', not"
|
2745 |
+
msgstr "Zaglavlje 2 treba 'map_id', ne"
|
2746 |
+
|
2747 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:257
|
2748 |
+
msgid "Header 3 should be 'address', not"
|
2749 |
+
msgstr "Zaglavlje 3 bi trebao biti 'adresa', ne"
|
2750 |
+
|
2751 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:258
|
2752 |
+
msgid "Header 4 should be 'description', not"
|
2753 |
+
msgstr "Zaglavlje 4 bi trebao biti 'opis', ne"
|
2754 |
+
|
2755 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:259
|
2756 |
+
msgid "Header 5 should be 'pic', not"
|
2757 |
+
msgstr "Zaglavlje 5 bi trebao biti \"slika\", ne"
|
2758 |
+
|
2759 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:260
|
2760 |
+
msgid "Header 6 should be 'link', not"
|
2761 |
+
msgstr "Zaglavlje 6 bi trebao biti \"veza\", ne"
|
2762 |
+
|
2763 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:261
|
2764 |
+
msgid "Header 7 should be 'icon', not"
|
2765 |
+
msgstr "Zaglavlje 7 trebao biti \"simbol\", ne"
|
2766 |
+
|
2767 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:262
|
2768 |
+
msgid "Header 8 should be 'lat', not"
|
2769 |
+
msgstr "Zaglavlje 8 trebao biti 'Par', ne"
|
2770 |
+
|
2771 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:263
|
2772 |
+
msgid "Header 9 should be 'lng', not"
|
2773 |
+
msgstr "Zaglavlje 9 bi trebalo biti 'LNG \", ne"
|
2774 |
+
|
2775 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:264
|
2776 |
+
msgid "Header 10 should be 'anim', not"
|
2777 |
+
msgstr "Header 10 bi trebao biti 'anim', ne"
|
2778 |
+
|
2779 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:265
|
2780 |
+
msgid "Header 11 should be 'title', not"
|
2781 |
+
msgstr "Header 11 bi trebao biti 'naslov', ne"
|
2782 |
+
|
2783 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:266
|
2784 |
+
msgid "Header 12 should be 'infoopen', not"
|
2785 |
+
msgstr "Header 12 treba 'infoopen', ne"
|
2786 |
+
|
2787 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:267
|
2788 |
+
msgid "Header 13 should be 'category', not"
|
2789 |
+
msgstr "Header 13 bi trebao biti 'kategorija', ne"
|
2790 |
+
|
2791 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:268
|
2792 |
+
#, fuzzy
|
2793 |
+
msgid "Header 14 should be 'approved', not"
|
2794 |
+
msgstr "Zaglavlja 1 trebao biti 'id', ne"
|
2795 |
+
|
2796 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:269
|
2797 |
+
#, fuzzy
|
2798 |
+
msgid "Header 15 should be 'retina', not"
|
2799 |
+
msgstr "Zaglavlja 1 trebao biti 'id', ne"
|
2800 |
+
|
2801 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:271
|
2802 |
+
msgid "CSV import failed"
|
2803 |
+
msgstr "CSV uvoz nije uspio"
|
2804 |
+
|
2805 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:341
|
2806 |
+
#, php-format
|
2807 |
+
msgid "Cannot import line %d as the LAT and/or LNG is not defined."
|
2808 |
+
msgstr ""
|
2809 |
+
|
2810 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:370
|
2811 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:501
|
2812 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:581
|
2813 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_export_import.class.php:662
|
2814 |
+
msgid "Your CSV file has been successfully imported"
|
2815 |
+
msgstr "Vaša CSV datoteka uspješno je uvezen"
|
2816 |
+
|
2817 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:73
|
2818 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:114
|
2819 |
+
msgid "Edit Polygon"
|
2820 |
+
msgstr "Uredi Poligon"
|
2821 |
+
|
2822 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:496
|
2823 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:702
|
2824 |
+
msgid "Delete this polygon"
|
2825 |
+
msgstr "Izbriši ovaj poligon"
|
2826 |
+
|
2827 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polygons.php:496
|
2828 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:517
|
2829 |
+
msgid "Delete"
|
2830 |
+
msgstr "Izbrisati"
|
2831 |
+
|
2832 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:42
|
2833 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:90
|
2834 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:81
|
2835 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:164
|
2836 |
+
msgid "Save Polyline"
|
2837 |
+
msgstr "Spremi Poliliniju"
|
2838 |
+
|
2839 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:73
|
2840 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:112
|
2841 |
+
msgid "Edit Polyline"
|
2842 |
+
msgstr "Uredi Poliliniju"
|
2843 |
+
|
2844 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_polylines.php:517
|
2845 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:686
|
2846 |
+
msgid "Delete this polyline"
|
2847 |
+
msgstr "Izbriši ovaj polilinija"
|
2848 |
+
|
2849 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:13
|
2850 |
+
msgid "Select a Map Type (beta)"
|
2851 |
+
msgstr ""
|
2852 |
+
|
2853 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:149
|
2854 |
+
#, fuzzy
|
2855 |
+
msgid "Show distance in:"
|
2856 |
+
msgstr "Pokaži udaljenost u"
|
2857 |
+
|
2858 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:159
|
2859 |
+
#, fuzzy
|
2860 |
+
msgid "Show bouncing icon:"
|
2861 |
+
msgstr "Pokaži odskakanje ikona"
|
2862 |
+
|
2863 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:169
|
2864 |
+
msgid "Hide markers until search is done:"
|
2865 |
+
msgstr ""
|
2866 |
+
|
2867 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:209
|
2868 |
+
#, fuzzy
|
2869 |
+
msgid "Default 'To' Address:"
|
2870 |
+
msgstr "Default 'Da' adresu"
|
2871 |
+
|
2872 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:213
|
2873 |
+
#, fuzzy
|
2874 |
+
msgid "Enter Address"
|
2875 |
+
msgstr "Adresa"
|
2876 |
+
|
2877 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:252
|
2878 |
+
#, fuzzy
|
2879 |
+
msgid "Basic Table"
|
2880 |
+
msgstr "Osnovna stol"
|
2881 |
+
|
2882 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:253
|
2883 |
+
#, fuzzy
|
2884 |
+
msgid "Basic List"
|
2885 |
+
msgstr "Osnovna stol"
|
2886 |
+
|
2887 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:254
|
2888 |
+
#, fuzzy
|
2889 |
+
msgid "Advanced Table"
|
2890 |
+
msgstr "Napredne biljezi"
|
2891 |
+
|
2892 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wp-google-maps-pro_wizard.php:279
|
2893 |
+
msgid "Blank Map"
|
2894 |
+
msgstr ""
|
2895 |
+
|
2896 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:221
|
2897 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5829
|
2898 |
+
msgid "View this link"
|
2899 |
+
msgstr "Pogledaj ovaj link"
|
2900 |
+
|
2901 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:234
|
2902 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:235
|
2903 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5843
|
2904 |
+
msgid "Edit this marker"
|
2905 |
+
msgstr "Uredi ovu oznaku"
|
2906 |
+
|
2907 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:237
|
2908 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5846
|
2909 |
+
msgid "Approve this marker"
|
2910 |
+
msgstr "Odobri ovu oznaku"
|
2911 |
+
|
2912 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:239
|
2913 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5848
|
2914 |
+
msgid "Delete this marker"
|
2915 |
+
msgstr "Izbriši ovu oznaku"
|
2916 |
+
|
2917 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-pro/wpgmza.php:420
|
2918 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:327
|
2919 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5873
|
2920 |
+
msgid "Image"
|
2921 |
+
msgstr "Slika"
|
2922 |
+
|
2923 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:169
|
2924 |
+
#, fuzzy
|
2925 |
+
msgid "Visitor Generated Markers - Settings"
|
2926 |
+
msgstr "Posjetitelj generiran markeri Postavke"
|
2927 |
+
|
2928 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:175
|
2929 |
+
#, fuzzy
|
2930 |
+
msgid "Enable Visitor Generated Markers?"
|
2931 |
+
msgstr "Posjetitelj generiran Markeri"
|
2932 |
+
|
2933 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:184
|
2934 |
+
#, fuzzy
|
2935 |
+
msgid "Who can add markers?"
|
2936 |
+
msgstr "Napredne biljezi"
|
2937 |
+
|
2938 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:187
|
2939 |
+
msgid "Everyone"
|
2940 |
+
msgstr ""
|
2941 |
+
|
2942 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:188
|
2943 |
+
msgid "Registered Users"
|
2944 |
+
msgstr ""
|
2945 |
+
|
2946 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:193
|
2947 |
+
#, fuzzy
|
2948 |
+
msgid "Allow users to select a marker category?"
|
2949 |
+
msgstr "Dopusti korisnicima da filtrirati po kategorijama?"
|
2950 |
+
|
2951 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:202
|
2952 |
+
#, fuzzy
|
2953 |
+
msgid "Allow users to upload images?"
|
2954 |
+
msgstr "Dopusti korisnicima da filtrirati po kategorijama?"
|
2955 |
+
|
2956 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:306
|
2957 |
+
#, fuzzy
|
2958 |
+
msgid "Add your own marker"
|
2959 |
+
msgstr "Dodaj oznaku"
|
2960 |
+
|
2961 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:314
|
2962 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:315
|
2963 |
+
#, fuzzy
|
2964 |
+
msgid "Marker Title"
|
2965 |
+
msgstr "Marker Latitude"
|
2966 |
+
|
2967 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:318
|
2968 |
+
#, fuzzy
|
2969 |
+
msgid "Marker Address or GPS Location"
|
2970 |
+
msgstr "Marker Podaci Mjesto"
|
2971 |
+
|
2972 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:319
|
2973 |
+
#, fuzzy
|
2974 |
+
msgid "Marker Address"
|
2975 |
+
msgstr "Adresa"
|
2976 |
+
|
2977 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:319
|
2978 |
+
#, fuzzy
|
2979 |
+
msgid "Or click on the map and drag to add a marker"
|
2980 |
+
msgstr "Kliknite na kartu za umetanje tjeme."
|
2981 |
+
|
2982 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:322
|
2983 |
+
#, fuzzy
|
2984 |
+
msgid "Marker Description"
|
2985 |
+
msgstr "Opis"
|
2986 |
+
|
2987 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:338
|
2988 |
+
#, fuzzy
|
2989 |
+
msgid "Marker Category"
|
2990 |
+
msgstr "Marker Kategorije"
|
2991 |
+
|
2992 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:348
|
2993 |
+
msgid "Please tick this box to prove you are human"
|
2994 |
+
msgstr ""
|
2995 |
+
|
2996 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:352
|
2997 |
+
#, fuzzy
|
2998 |
+
msgid "Add marker"
|
2999 |
+
msgstr "Dodaj oznaku"
|
3000 |
+
|
3001 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:456
|
3002 |
+
msgid "A new marker has been submitted for your map"
|
3003 |
+
msgstr ""
|
3004 |
+
|
3005 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:588
|
3006 |
+
#, fuzzy
|
3007 |
+
msgid ""
|
3008 |
+
"Please <a href='./update-core.php'>update</a> your Pro Add-on to at least "
|
3009 |
+
"version 5.50 to allow for these settings"
|
3010 |
+
msgstr ""
|
3011 |
+
"Molimo <a href='update-core.php'> ažurirajte svoj WP Google Maps GOLD "
|
3012 |
+
"verzija </a>. Tvoj trenutni Gold verzija nije kompatibilna s trenutnom Pro "
|
3013 |
+
"verziji."
|
3014 |
+
|
3015 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:592
|
3016 |
+
#, fuzzy
|
3017 |
+
msgid "Visitor Generated Marker Settings"
|
3018 |
+
msgstr "Posjetitelj generiran markeri Postavke"
|
3019 |
+
|
3020 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:596
|
3021 |
+
#, fuzzy
|
3022 |
+
msgid "Visitor Marker Input Settings"
|
3023 |
+
msgstr "Posjetitelj generiran markeri Postavke"
|
3024 |
+
|
3025 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:598
|
3026 |
+
msgid "Strip all HTML tags in descriptions and titles"
|
3027 |
+
msgstr ""
|
3028 |
+
|
3029 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:599
|
3030 |
+
#, fuzzy
|
3031 |
+
msgid "Automatically approve visitor generated markers"
|
3032 |
+
msgstr "Posjetitelj generiran Markeri"
|
3033 |
+
|
3034 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:600
|
3035 |
+
msgid "Email me whenever there is a new marker"
|
3036 |
+
msgstr ""
|
3037 |
+
|
3038 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps-ugm/wp-google-maps-ugm.php:600
|
3039 |
+
msgid "Email address:"
|
3040 |
+
msgstr ""
|
3041 |
+
|
3042 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:22
|
3043 |
+
msgid "Welcome to"
|
3044 |
+
msgstr "Dobro došli u"
|
3045 |
+
|
3046 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:24
|
3047 |
+
msgid ""
|
3048 |
+
"Amazing maps. Simple interface. Powerful functionality. World Class Support."
|
3049 |
+
msgstr ""
|
3050 |
+
"Iznenađujuće karata. Jednostavno sučelje. Snažni funkcionalnosti. World "
|
3051 |
+
"Class podršku."
|
3052 |
+
|
3053 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:26
|
3054 |
+
msgid "What's new?"
|
3055 |
+
msgstr "Što je novo?"
|
3056 |
+
|
3057 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:31
|
3058 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:24
|
3059 |
+
msgid "Let users search for products, branches and stores near them"
|
3060 |
+
msgstr "Neka korisnici traže proizvode, podružnica i trgovina u blizini njih"
|
3061 |
+
|
3062 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:36
|
3063 |
+
msgid "Create service areas or coverage maps with polygons"
|
3064 |
+
msgstr "Stvaranje područja rada ili obrađene karte s poligona"
|
3065 |
+
|
3066 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:41
|
3067 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:36
|
3068 |
+
msgid "Create custom routes or outlines using polylines"
|
3069 |
+
msgstr "Stvaranje prilagođene rute ili ocrtava pomoću polylines"
|
3070 |
+
|
3071 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:53
|
3072 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:49
|
3073 |
+
msgid "How did you find out about us?"
|
3074 |
+
msgstr "Kako ste saznali za nas?"
|
3075 |
+
|
3076 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:60
|
3077 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:56
|
3078 |
+
msgid "WordPress.org plugin repository"
|
3079 |
+
msgstr "WordPress.org plugin repozitorij"
|
3080 |
+
|
3081 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:61
|
3082 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:57
|
3083 |
+
msgid "What search term did you use?"
|
3084 |
+
msgstr "Što traženi pojam ste koristili?"
|
3085 |
+
|
3086 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:65
|
3087 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:61
|
3088 |
+
msgid "Google or other search engine"
|
3089 |
+
msgstr "Google i druge tražilice"
|
3090 |
+
|
3091 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:69
|
3092 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:65
|
3093 |
+
msgid "Friend recommendation"
|
3094 |
+
msgstr "Preporuka prijatelju"
|
3095 |
+
|
3096 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:73
|
3097 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:69
|
3098 |
+
msgid "Other"
|
3099 |
+
msgstr "Drugo"
|
3100 |
+
|
3101 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:74
|
3102 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:70
|
3103 |
+
msgid "Please explain"
|
3104 |
+
msgstr "Molimo objasnite"
|
3105 |
+
|
3106 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:96
|
3107 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:92
|
3108 |
+
msgid "New to WP Google Maps?"
|
3109 |
+
msgstr "Novi na WP Google Maps?"
|
3110 |
+
|
3111 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:97
|
3112 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:93
|
3113 |
+
msgid "You may want to"
|
3114 |
+
msgstr "Vi svibanj želite"
|
3115 |
+
|
3116 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:97
|
3117 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:93
|
3118 |
+
msgid "review our documentation"
|
3119 |
+
msgstr "pregledati našu dokumentaciju"
|
3120 |
+
|
3121 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:97
|
3122 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:93
|
3123 |
+
msgid ""
|
3124 |
+
"before you get started. If you're a tech-savvy individual, you may skip this "
|
3125 |
+
"step."
|
3126 |
+
msgstr ""
|
3127 |
+
"Prije nego što započnete. Ako ste tech-pamet pojedinca, možete preskočiti "
|
3128 |
+
"ovaj korak."
|
3129 |
+
|
3130 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:100
|
3131 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:96
|
3132 |
+
msgid "Help me!"
|
3133 |
+
msgstr "Pomozite mi!"
|
3134 |
+
|
3135 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:101
|
3136 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:97
|
3137 |
+
msgid "Visit our"
|
3138 |
+
msgstr "Posjetite našu"
|
3139 |
+
|
3140 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:101
|
3141 |
+
msgid "Support Forum"
|
3142 |
+
msgstr "Forum"
|
3143 |
+
|
3144 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:101
|
3145 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:97
|
3146 |
+
msgid "for quick and friendly help. We'll answer your request within 24hours."
|
3147 |
+
msgstr ""
|
3148 |
+
"za brzo i prijateljski pomoć. Mi ćemo odgovoriti na vaš zahtjev u roku od 24 "
|
3149 |
+
"sata,."
|
3150 |
+
|
3151 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:104
|
3152 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:100
|
3153 |
+
msgid "Feedback"
|
3154 |
+
msgstr "Povratna veza"
|
3155 |
+
|
3156 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:105
|
3157 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:101
|
3158 |
+
msgid "We need you to help us make this plugin better."
|
3159 |
+
msgstr "Trebamo li nam pomoći da bi ovaj plugin bolje."
|
3160 |
+
|
3161 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:105
|
3162 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:101
|
3163 |
+
msgid "Send us your feedback"
|
3164 |
+
msgstr "Pošaljite nam Vaše povratne informacije"
|
3165 |
+
|
3166 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:105
|
3167 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:101
|
3168 |
+
msgid "and we'll act on it as soon as humanly possible."
|
3169 |
+
msgstr "a mi ćemo djelovati na njega čim je ljudski moguće."
|
3170 |
+
|
3171 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/WPGM_templates.php:109
|
3172 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:105
|
3173 |
+
msgid "OK! Let's start"
|
3174 |
+
msgstr "OK! Počnimo"
|
3175 |
+
|
3176 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/widget_module.class.php:9
|
3177 |
+
msgid "Add your map as a widget"
|
3178 |
+
msgstr ""
|
3179 |
+
|
3180 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/classes/widget_module.class.php:47
|
3181 |
+
#, fuzzy
|
3182 |
+
msgid "Select your map:"
|
3183 |
+
msgstr "Izbrišite svoju kartu"
|
3184 |
+
|
3185 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:3
|
3186 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:4
|
3187 |
+
#, fuzzy
|
3188 |
+
msgid "Welcome to WP Google Maps version 6.3"
|
3189 |
+
msgstr "Novi na WP Google Maps?"
|
3190 |
+
|
3191 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:5
|
3192 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:6
|
3193 |
+
msgid ""
|
3194 |
+
"Thank you for updating! WP Google Maps version 6 helps you build amazing "
|
3195 |
+
"maps through a simple interface and powerful functionality along with world "
|
3196 |
+
"class support."
|
3197 |
+
msgstr ""
|
3198 |
+
|
3199 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:10
|
3200 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:11
|
3201 |
+
#, fuzzy
|
3202 |
+
msgid "Welcome"
|
3203 |
+
msgstr "Dobro došli u"
|
3204 |
+
|
3205 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:11
|
3206 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:12
|
3207 |
+
msgid "Credits"
|
3208 |
+
msgstr ""
|
3209 |
+
|
3210 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:15
|
3211 |
+
msgid "WP Google Maps is created by an international team of developers."
|
3212 |
+
msgstr ""
|
3213 |
+
|
3214 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:16
|
3215 |
+
msgid "Project Leaders"
|
3216 |
+
msgstr ""
|
3217 |
+
|
3218 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:22
|
3219 |
+
msgid "Founder & Lead Developer"
|
3220 |
+
msgstr ""
|
3221 |
+
|
3222 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:25
|
3223 |
+
msgid "Contributers"
|
3224 |
+
msgstr ""
|
3225 |
+
|
3226 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:30
|
3227 |
+
msgid "Developer"
|
3228 |
+
msgstr ""
|
3229 |
+
|
3230 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:35
|
3231 |
+
msgid "Developer & Support"
|
3232 |
+
msgstr ""
|
3233 |
+
|
3234 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:50
|
3235 |
+
#, fuzzy
|
3236 |
+
msgid "Marketing"
|
3237 |
+
msgstr "Marker oglas"
|
3238 |
+
|
3239 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:55
|
3240 |
+
msgid "Security suggestions"
|
3241 |
+
msgstr ""
|
3242 |
+
|
3243 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:59
|
3244 |
+
msgid "Want to see your name on this page?"
|
3245 |
+
msgstr ""
|
3246 |
+
|
3247 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/credits.php:59
|
3248 |
+
msgid "Get involved on GitHub."
|
3249 |
+
msgstr ""
|
3250 |
+
|
3251 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:18
|
3252 |
+
#, fuzzy
|
3253 |
+
msgid "Unlimited Markers"
|
3254 |
+
msgstr "Popis Markeri"
|
3255 |
+
|
3256 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:19
|
3257 |
+
#, fuzzy
|
3258 |
+
msgid "Create as many markers as you like"
|
3259 |
+
msgstr "Stvaranje kategorije marker"
|
3260 |
+
|
3261 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:31
|
3262 |
+
msgid ""
|
3263 |
+
"Select from various <a href='http://wpgmaps.com/map-themes/' "
|
3264 |
+
"target='_BLANK'>map themes</a>, or make your own."
|
3265 |
+
msgstr ""
|
3266 |
+
|
3267 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/welcome.php:97
|
3268 |
+
#, fuzzy
|
3269 |
+
msgid "Support Desk"
|
3270 |
+
msgstr "Forum"
|
3271 |
+
|
3272 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:38
|
3273 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:56
|
3274 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:59
|
3275 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:62
|
3276 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:124
|
3277 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:142
|
3278 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:145
|
3279 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:148
|
3280 |
+
msgid "Pro version only"
|
3281 |
+
msgstr "Samo Pro verzija"
|
3282 |
+
|
3283 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:38
|
3284 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polygons.php:124
|
3285 |
+
msgid "Get the Pro add-on"
|
3286 |
+
msgstr "Get Pro dodatak"
|
3287 |
+
|
3288 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:58
|
3289 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/base/includes/wp-google-maps-polylines.php:143
|
3290 |
+
msgid "Line Thickness"
|
3291 |
+
msgstr "Line Debljina"
|
3292 |
+
|
3293 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:320
|
3294 |
+
msgid "My first map"
|
3295 |
+
msgstr ""
|
3296 |
+
|
3297 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:543
|
3298 |
+
msgid ""
|
3299 |
+
"<strong>WP Google Maps cannot find the directory it uses to save marker data "
|
3300 |
+
"to. Please confirm that <em>"
|
3301 |
+
msgstr ""
|
3302 |
+
"<Strong> WP Google Maps ne možete pronaći imenik je koristi za spremanje "
|
3303 |
+
"marker podatke. Molimo potvrdite da je <em>"
|
3304 |
+
|
3305 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:543
|
3306 |
+
msgid ""
|
3307 |
+
"</em>exists. Please also ensure that you assign file permissions of 755 (or "
|
3308 |
+
"777) to this directory."
|
3309 |
+
msgstr ""
|
3310 |
+
"</ Em> postoji. Molimo također osigurati da vam dodijeliti dozvole za "
|
3311 |
+
"datoteku od 755 (ili 777) na ovaj direktorij."
|
3312 |
+
|
3313 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:549
|
3314 |
+
msgid ""
|
3315 |
+
"Timthumb does not have 'write' permission for the cache directory. Please "
|
3316 |
+
"enable 'write' permissions (755 or 777) for "
|
3317 |
+
msgstr ""
|
3318 |
+
"Timthumb nema 'pisati' dozvolu za cache direktoriju. Omogućite 'pisati' "
|
3319 |
+
"dozvole (755 ili 777) za"
|
3320 |
+
|
3321 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:551
|
3322 |
+
msgid "in order for images to show up while using Timthumb. Please see "
|
3323 |
+
msgstr "kako bi slike da se pojavi dok koristite Timthumb. Molimo pogledajte"
|
3324 |
+
|
3325 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:553
|
3326 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6027
|
3327 |
+
msgid "this page"
|
3328 |
+
msgstr "ovu stranicu"
|
3329 |
+
|
3330 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:555
|
3331 |
+
msgid ""
|
3332 |
+
"for help on how to do it. Alternatively, you can disable the use of Timthumb "
|
3333 |
+
"in Maps->Settings"
|
3334 |
+
msgstr ""
|
3335 |
+
"pomoć o tome kako to učiniti. Alternativno, možete onemogućiti korištenje "
|
3336 |
+
"Timthumb u Maps-> Postavke"
|
3337 |
+
|
3338 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2436
|
3339 |
+
msgid "DOMDocument is not enabled"
|
3340 |
+
msgstr "DOMDocument nije omogućeno"
|
3341 |
+
|
3342 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2540
|
3343 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2550
|
3344 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2555
|
3345 |
+
msgid "Could not save XML file"
|
3346 |
+
msgstr "Ne mogu spremiti XML datoteke"
|
3347 |
+
|
3348 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2894
|
3349 |
+
msgid "Error: The map ID"
|
3350 |
+
msgstr "Pogreška: ID karta"
|
3351 |
+
|
3352 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:2894
|
3353 |
+
msgid "does not exist"
|
3354 |
+
msgstr "ne postoji"
|
3355 |
+
|
3356 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3228
|
3357 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3283
|
3358 |
+
msgid "You cannot save a blank polygon"
|
3359 |
+
msgstr "Ne možete spremiti praznu poligon"
|
3360 |
+
|
3361 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3338
|
3362 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3382
|
3363 |
+
msgid "You cannot save a blank polyline"
|
3364 |
+
msgstr "Ne možete spremiti praznu polilinija"
|
3365 |
+
|
3366 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3478
|
3367 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3482
|
3368 |
+
msgid "Thank you for your feedback!"
|
3369 |
+
msgstr "Hvala vam za vaše povratne informacije!"
|
3370 |
+
|
3371 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3828
|
3372 |
+
msgid "Categories"
|
3373 |
+
msgstr "Kategorije"
|
3374 |
+
|
3375 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3830
|
3376 |
+
msgid "Settings"
|
3377 |
+
msgstr "Postavke"
|
3378 |
+
|
3379 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3850
|
3380 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3963
|
3381 |
+
msgid "Experiencing problems with the plugin?"
|
3382 |
+
msgstr "Imate problema s plugin?"
|
3383 |
+
|
3384 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3850
|
3385 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3963
|
3386 |
+
msgid "See the troubleshooting manual."
|
3387 |
+
msgstr "Pogledajte priručnik za rješavanje problema."
|
3388 |
+
|
3389 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3850
|
3390 |
+
msgid "Or ask a question on our "
|
3391 |
+
msgstr "Ili postaviti pitanje na našem"
|
3392 |
+
|
3393 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3850
|
3394 |
+
msgid "Support forum."
|
3395 |
+
msgstr "Podrška forum."
|
3396 |
+
|
3397 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3857
|
3398 |
+
msgid "There was a problem deleting the map."
|
3399 |
+
msgstr "Došlo je do problema prilikom brisanja kartu."
|
3400 |
+
|
3401 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3861
|
3402 |
+
msgid "Delete your map"
|
3403 |
+
msgstr "Izbrišite svoju kartu"
|
3404 |
+
|
3405 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3861
|
3406 |
+
msgid "Are you sure you want to delete the map"
|
3407 |
+
msgstr "Jeste li sigurni da želite obrisati mapu"
|
3408 |
+
|
3409 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3870
|
3410 |
+
#, fuzzy
|
3411 |
+
msgid "There was a problem duplicating the map."
|
3412 |
+
msgstr "Došlo je do problema prilikom brisanja kartu."
|
3413 |
+
|
3414 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3972
|
3415 |
+
msgid "There was a problem deleting the marker."
|
3416 |
+
msgstr "Došlo je do problema prilikom brisanja oznake."
|
3417 |
+
|
3418 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3976
|
3419 |
+
msgid "Delete Marker"
|
3420 |
+
msgstr "Brisanje Marker"
|
3421 |
+
|
3422 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3976
|
3423 |
+
msgid "Are you sure you want to delete this marker:"
|
3424 |
+
msgstr "Jeste li sigurni da želite izbrisati ovu oznaku:"
|
3425 |
+
|
3426 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:3997
|
3427 |
+
msgid ""
|
3428 |
+
"We have detected a conflict between your current theme's version and our "
|
3429 |
+
"plugin. Should you be experiencing issues with your maps displaying, please "
|
3430 |
+
"update Avada to version 3.9.4 or check the checkbox labelled 'Over-ride "
|
3431 |
+
"current jQuery with version 1.11.3'."
|
3432 |
+
msgstr ""
|
3433 |
+
|
3434 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4210
|
3435 |
+
#, fuzzy
|
3436 |
+
msgid "Enable Usage Tracking"
|
3437 |
+
msgstr "Omogućite numeriranje"
|
3438 |
+
|
3439 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4212
|
3440 |
+
msgid ""
|
3441 |
+
"Allow us to anonymously track how you use your maps and we will send you a "
|
3442 |
+
"15% Sola Plugins coupon as a token of our gratitude (Coupon will be sent to "
|
3443 |
+
"the administrator's email address)"
|
3444 |
+
msgstr ""
|
3445 |
+
|
3446 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4221
|
3447 |
+
msgid "Marker InfoWindow Settings"
|
3448 |
+
msgstr "Marker InfoWindow Postavke"
|
3449 |
+
|
3450 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4296
|
3451 |
+
#, fuzzy
|
3452 |
+
msgid "Google Maps API Key"
|
3453 |
+
msgstr "Koristite Google Maps API"
|
3454 |
+
|
3455 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4300
|
3456 |
+
#, fuzzy
|
3457 |
+
msgid "Google Maps API Key (required)"
|
3458 |
+
msgstr "Google API ključ (Obavezno)"
|
3459 |
+
|
3460 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4327
|
3461 |
+
msgid "Marker Data Location"
|
3462 |
+
msgstr "Marker Podaci Mjesto"
|
3463 |
+
|
3464 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4421
|
3465 |
+
#, php-format
|
3466 |
+
msgid ""
|
3467 |
+
"<h3>We need your love!</h3><p>If you are enjoying our plugin, please "
|
3468 |
+
"consider <a href=\"%1$s\" target=\"_blank\" class=\"button button-primary"
|
3469 |
+
"\">reviewing WP Google Maps</a>. It would mean the world to us! If you are "
|
3470 |
+
"experiencing issues with the plugin, please <a href=\"%2$s\" target=\"_blank"
|
3471 |
+
"\" class=\"button button-secondary\">contact us</a> and we will help you as "
|
3472 |
+
"soon as humanly possible!</p>"
|
3473 |
+
msgstr ""
|
3474 |
+
|
3475 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4426
|
3476 |
+
msgid "We will not nag you again, promise!"
|
3477 |
+
msgstr ""
|
3478 |
+
|
3479 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4426
|
3480 |
+
msgid "Close"
|
3481 |
+
msgstr ""
|
3482 |
+
|
3483 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4446
|
3484 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4467
|
3485 |
+
msgid "My Maps"
|
3486 |
+
msgstr "Moje Maps"
|
3487 |
+
|
3488 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4446
|
3489 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4546
|
3490 |
+
msgid "Add New"
|
3491 |
+
msgstr "Dodaj novo"
|
3492 |
+
|
3493 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4446
|
3494 |
+
msgid "Wizard"
|
3495 |
+
msgstr ""
|
3496 |
+
|
3497 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4458
|
3498 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4480
|
3499 |
+
msgid ""
|
3500 |
+
"We have detected a conflict between your current theme's version and our "
|
3501 |
+
"plugin. Should you be experiencing issues with your maps displaying, please "
|
3502 |
+
"update Avada to version 3.9.4 or go to <a href='"
|
3503 |
+
msgstr ""
|
3504 |
+
|
3505 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4468
|
3506 |
+
msgid "Create unlimited maps"
|
3507 |
+
msgstr "Napravite neograničen karte"
|
3508 |
+
|
3509 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4546
|
3510 |
+
msgid "My Markers"
|
3511 |
+
msgstr "Moje Markeri"
|
3512 |
+
|
3513 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4564
|
3514 |
+
msgid "Linked to"
|
3515 |
+
msgstr "Povezano s"
|
3516 |
+
|
3517 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4567
|
3518 |
+
msgid "GPS"
|
3519 |
+
msgstr "GPS"
|
3520 |
+
|
3521 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4568
|
3522 |
+
msgid "Pic"
|
3523 |
+
msgstr "Pic"
|
3524 |
+
|
3525 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4705
|
3526 |
+
msgid ""
|
3527 |
+
"Add custom icons, titles, descriptions, pictures and links to your markers "
|
3528 |
+
"with the"
|
3529 |
+
msgstr ""
|
3530 |
+
"Dodaj prilagođene ikone, naslove, opisi, slike i linkove na vaše markere"
|
3531 |
+
|
3532 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4705
|
3533 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4706
|
3534 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5542
|
3535 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5546
|
3536 |
+
msgid "Pro Edition"
|
3537 |
+
msgstr "Pro Edition"
|
3538 |
+
|
3539 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4705
|
3540 |
+
msgid "of this plugin for just"
|
3541 |
+
msgstr "ovog dodatka za jednostavno"
|
3542 |
+
|
3543 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4706
|
3544 |
+
msgid "Purchase the Pro Edition"
|
3545 |
+
msgstr "Kupnja Pro izdanje"
|
3546 |
+
|
3547 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4706
|
3548 |
+
msgid "of WP Google Maps and save your markers to a CSV file!"
|
3549 |
+
msgstr "WP Google Maps i spremiti oznake u CSV datoteku!"
|
3550 |
+
|
3551 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4731
|
3552 |
+
msgid "Please note"
|
3553 |
+
msgstr "Napominjemo"
|
3554 |
+
|
3555 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4731
|
3556 |
+
msgid ""
|
3557 |
+
"We've noticed that you are using W3 Total Cache and that you have CDN "
|
3558 |
+
"enabled.<br /><br />In order for the markers to show up on your map, you "
|
3559 |
+
"need to add '<strong><em>{uploads_dir}/wp-google-maps*</strong></em>' to the "
|
3560 |
+
"'<strong>rejected files</strong>' list in the <a href='admin.php?"
|
3561 |
+
"page=w3tc_cdn#advanced'>CDN settings page</a> of W3 Total Cache"
|
3562 |
+
msgstr ""
|
3563 |
+
"Primijetili smo da koristite W3 Total Cache i da ste CDN omogućeno. <br /> "
|
3564 |
+
"<br /> Da bi se biljezi da se pojavi na karti, morate dodati \"<strong> <em> "
|
3565 |
+
"{ uploads_dir} / wp-Google Maps * </ strong> </ em> 'da' <strong> odbijena "
|
3566 |
+
"datoteke </ strong> 'Popis u <a href='admin.php?page=w3tc_cdn#advanced'> CDN "
|
3567 |
+
"stranica Postavke </a> W3 Total Cache"
|
3568 |
+
|
3569 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:4773
|
3570 |
+
msgid "Pro Upgrade"
|
3571 |
+
msgstr "Pro Upgrade"
|
3572 |
+
|
3573 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5004
|
3574 |
+
msgid "Query string"
|
3575 |
+
msgstr "Upita string"
|
3576 |
+
|
3577 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5009
|
3578 |
+
msgid "Show bouncing icon"
|
3579 |
+
msgstr "Pokaži odskakanje ikona"
|
3580 |
+
|
3581 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5026
|
3582 |
+
msgid "Enable Bicycle Layer?"
|
3583 |
+
msgstr "Omogućiti bicikla sloj?"
|
3584 |
+
|
3585 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5035
|
3586 |
+
msgid "Enable Traffic Layer?"
|
3587 |
+
msgstr "Omogućiti prometa sloj?"
|
3588 |
+
|
3589 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5046
|
3590 |
+
msgid "Enable Public Transport Layer?"
|
3591 |
+
msgstr "Omogućite Javni prijevoz sloj?"
|
3592 |
+
|
3593 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5057
|
3594 |
+
#, fuzzy
|
3595 |
+
msgid "Maximum Zoom Level"
|
3596 |
+
msgstr "Zoom Level"
|
3597 |
+
|
3598 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5089
|
3599 |
+
msgid ""
|
3600 |
+
"Get the rest of these advanced features with the Pro version for only <a "
|
3601 |
+
"href=\"http://www.wpgmaps.com/purchase-professional-version/?"
|
3602 |
+
"utm_source=plugin&utm_medium=link&utm_campaign=advanced\">$39.99 once off</"
|
3603 |
+
"a>. Support and updates included forever."
|
3604 |
+
msgstr ""
|
3605 |
+
"Uzmite ostatak tih naprednih značajki s Pro verzija za samo < href=\"http://"
|
3606 |
+
"www.wpgmaps.com/purchase-professional-version/?"
|
3607 |
+
"utm_source=plugin&utm_medium=link&utm_campaign=advanced\">$39.99 jednokratno "
|
3608 |
+
"</a>. Podrška i ažuriranja uključeni zauvijek."
|
3609 |
+
|
3610 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5127
|
3611 |
+
msgid "Read data directly from your Fusion Table."
|
3612 |
+
msgstr "Pročitajte podatke izravno s Fusion tablici."
|
3613 |
+
|
3614 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5135
|
3615 |
+
msgid ""
|
3616 |
+
"Enable Marker Listing with the <a href=\"http://www.wpgmaps.com/purchase-"
|
3617 |
+
"professional-version/?"
|
3618 |
+
"utm_source=plugin&utm_medium=link&utm_campaign=marker_listing\">Pro version "
|
3619 |
+
"for only $39.99 once off</a>. Support and updates included forever."
|
3620 |
+
msgstr ""
|
3621 |
+
"Omogućite Marker Oglas sa < href=\"http://www.wpgmaps.com/purchase-"
|
3622 |
+
"professional-version/?"
|
3623 |
+
"utm_source=plugin&utm_medium=link&utm_campaign=marker_listing\">Pro Verzija "
|
3624 |
+
"za samo 19,99 $ jednokratno </a>. Podrška i ažuriranja uključeni zauvijek."
|
3625 |
+
|
3626 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5141
|
3627 |
+
msgid "List Markers"
|
3628 |
+
msgstr "Popis Markeri"
|
3629 |
+
|
3630 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5146
|
3631 |
+
msgid "Advanced table with real time search and filtering"
|
3632 |
+
msgstr "Napredna stol sa stvarnom vremenu pretraživanje i filtriranje"
|
3633 |
+
|
3634 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5147
|
3635 |
+
msgid "beta"
|
3636 |
+
msgstr "beta"
|
3637 |
+
|
3638 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5218
|
3639 |
+
msgid "Basic"
|
3640 |
+
msgstr "Osnovni"
|
3641 |
+
|
3642 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5219
|
3643 |
+
msgid "Show a basic list of your markers"
|
3644 |
+
msgstr "Pokaži osnovni popis vaših markera"
|
3645 |
+
|
3646 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5228
|
3647 |
+
msgid "Beautiful, responsive, mobile-friendly carousel marker listing"
|
3648 |
+
msgstr "Prekrasna, osjetljiv, mobilni-friendly Vrtuljak marker popis"
|
3649 |
+
|
3650 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5236
|
3651 |
+
msgid "Tabular"
|
3652 |
+
msgstr "Tabelaran"
|
3653 |
+
|
3654 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5237
|
3655 |
+
msgid "Advanced, tabular marker listing functionality with real time filtering"
|
3656 |
+
msgstr ""
|
3657 |
+
"Napredna, tablični marker popis funkcionalnost realnom vremenu filtriranje"
|
3658 |
+
|
3659 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5363
|
3660 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5424
|
3661 |
+
msgid "Advanced markers"
|
3662 |
+
msgstr "Napredne biljezi"
|
3663 |
+
|
3664 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5364
|
3665 |
+
msgid "Polygon"
|
3666 |
+
msgstr "Poligon"
|
3667 |
+
|
3668 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5412
|
3669 |
+
msgid "Please add the current marker before trying to add another marker"
|
3670 |
+
msgstr ""
|
3671 |
+
|
3672 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5426
|
3673 |
+
msgid "Add advanced markers"
|
3674 |
+
msgstr "Dodaj napredne markere"
|
3675 |
+
|
3676 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5426
|
3677 |
+
msgid "with the Pro version"
|
3678 |
+
msgstr "s Pro verzija"
|
3679 |
+
|
3680 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5472
|
3681 |
+
msgid "Select"
|
3682 |
+
msgstr "Odabrati"
|
3683 |
+
|
3684 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5500
|
3685 |
+
msgid "Add dynamic heatmap data"
|
3686 |
+
msgstr ""
|
3687 |
+
|
3688 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5500
|
3689 |
+
#, fuzzy
|
3690 |
+
msgid "with the Pro version."
|
3691 |
+
msgstr "s Pro verzija"
|
3692 |
+
|
3693 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5501
|
3694 |
+
#, fuzzy
|
3695 |
+
msgid "View a demo."
|
3696 |
+
msgstr "pregledati našu dokumentaciju"
|
3697 |
+
|
3698 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5510
|
3699 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5606
|
3700 |
+
msgid "The map could not load."
|
3701 |
+
msgstr "Karta se ne može učitati."
|
3702 |
+
|
3703 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5510
|
3704 |
+
msgid ""
|
3705 |
+
"This is normally caused by a conflict with another plugin or a JavaScript "
|
3706 |
+
"error that is preventing our plugin's Javascript from executing. Please try "
|
3707 |
+
"disable all plugins one by one and see if this problem persists."
|
3708 |
+
msgstr ""
|
3709 |
+
"To je normalno zbog sukoba s drugim plugin ili JavaScript pogreške koja "
|
3710 |
+
"sprečava naše plugin JavaScript u obavljanju. Pokušajte onemogućiti sve "
|
3711 |
+
"dodatke jedan po jedan i vidjeti ako se problem ne riješi."
|
3712 |
+
|
3713 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5537
|
3714 |
+
msgid "Add detailed information to your markers!"
|
3715 |
+
msgstr "Dodaj detaljne informacije svojim markera!"
|
3716 |
+
|
3717 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5537
|
3718 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5541
|
3719 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5545
|
3720 |
+
msgid "Add custom markers to your map!"
|
3721 |
+
msgstr "Dodaj prilagođene oznake na karti!"
|
3722 |
+
|
3723 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5538
|
3724 |
+
msgid "Add detailed information to your markers for only"
|
3725 |
+
msgstr "Dodaj detaljne informacije svojim markera za samo"
|
3726 |
+
|
3727 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5538
|
3728 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5542
|
3729 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5546
|
3730 |
+
msgid "Click"
|
3731 |
+
msgstr "Kliknite"
|
3732 |
+
|
3733 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5538
|
3734 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5542
|
3735 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5546
|
3736 |
+
msgid "here"
|
3737 |
+
msgstr "ovdje"
|
3738 |
+
|
3739 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5542
|
3740 |
+
msgid ""
|
3741 |
+
"Add different marker icons, or your own icons to make your map really stand "
|
3742 |
+
"out!"
|
3743 |
+
msgstr ""
|
3744 |
+
"Dodaj različite ikone igrača, ili vlastite ikone kako bi vaš karta ističe!"
|
3745 |
+
|
3746 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5546
|
3747 |
+
msgid "Allow your visitors to get directions to your markers!"
|
3748 |
+
msgstr "Dopustite svojim posjetiteljima da se upute na vaše markere!"
|
3749 |
+
|
3750 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5581
|
3751 |
+
msgid "Edit Marker Location"
|
3752 |
+
msgstr "Uredi Marker Mjesto"
|
3753 |
+
|
3754 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5590
|
3755 |
+
msgid "Marker Latitude"
|
3756 |
+
msgstr "Marker Latitude"
|
3757 |
+
|
3758 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5594
|
3759 |
+
msgid "Marker Longitude"
|
3760 |
+
msgstr "Marker dužina"
|
3761 |
+
|
3762 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5599
|
3763 |
+
msgid "Save Marker Location"
|
3764 |
+
msgstr "Spremi Marker Mjesto"
|
3765 |
+
|
3766 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5600
|
3767 |
+
msgid ""
|
3768 |
+
"Tip: Use your mouse to change the location of the marker. Simply click and "
|
3769 |
+
"drag it to your desired location."
|
3770 |
+
msgstr ""
|
3771 |
+
"Savjet: Koristite miša za promjenu položaja markera. Jednostavno kliknite i "
|
3772 |
+
"povucite ga na željeno mjesto."
|
3773 |
+
|
3774 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5606
|
3775 |
+
msgid ""
|
3776 |
+
"This is normally caused by a conflict with another plugin or a JavaScript "
|
3777 |
+
"error that is preventing our plugin's Javascript from executing. Please try "
|
3778 |
+
"disable all plugins one by one and see if this problem persists. If it "
|
3779 |
+
"persists, please contact nick@wpgmaps.com for support."
|
3780 |
+
msgstr ""
|
3781 |
+
"To je normalno zbog sukoba s drugim plugin ili JavaScript pogreške koja "
|
3782 |
+
"sprečava naše plugin JavaScript u obavljanju. Pokušajte onemogućiti sve "
|
3783 |
+
"dodatke jedan po jedan i vidjeti ako se problem ne riješi. Ako se nastavi, "
|
3784 |
+
"obratite nick@wpgmaps.com za podršku."
|
3785 |
+
|
3786 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5778
|
3787 |
+
#, fuzzy
|
3788 |
+
msgid ""
|
3789 |
+
"There are too many markers to make use of the live edit function. The "
|
3790 |
+
"maximum amount for this functionality is 5000 markers. Anything more than "
|
3791 |
+
"that could crash your browser. In order to edit your markers, you would need "
|
3792 |
+
"to download the table in CSV format, edit it and re-upload it."
|
3793 |
+
msgstr ""
|
3794 |
+
"Previše markeri iskoristiti funkcije uređivanja uživo. Maksimalni iznos za "
|
3795 |
+
"tu funkciju je 2000 biljezi. Sve više od toga moglo srušiti vaš preglednik. "
|
3796 |
+
"Kako bi se uređivati svoje markere, ti bi trebao preuzeti tablicu u CSV "
|
3797 |
+
"formatu, urediti ga i ponovno učitati ga."
|
3798 |
+
|
3799 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:5844
|
3800 |
+
#, fuzzy
|
3801 |
+
msgid "Edit this marker location"
|
3802 |
+
msgstr "Uredi Marker Mjesto"
|
3803 |
+
|
3804 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6023
|
3805 |
+
msgid ""
|
3806 |
+
"The plugin directory does not have 'write' permissions. Please enable "
|
3807 |
+
"'write' permissions (755) for "
|
3808 |
+
msgstr "Plugin katalog nema dozvolu 'pisati'. Omogućite 'pisati' (755) za"
|
3809 |
+
|
3810 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6025
|
3811 |
+
msgid "in order for this plugin to work! Please see "
|
3812 |
+
msgstr "Da bi ovaj plugin na posao! Molimo pogledajte"
|
3813 |
+
|
3814 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6029
|
3815 |
+
msgid "for help on how to do it."
|
3816 |
+
msgstr "pomoć o tome kako to učiniti."
|
3817 |
+
|
3818 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6460
|
3819 |
+
msgid ""
|
3820 |
+
"WP Google Maps does not have write permission to the marker location "
|
3821 |
+
"directory. This is required to store marker data. Please CHMOD the folder "
|
3822 |
+
msgstr ""
|
3823 |
+
"WP Google Maps nema pravo pisanja na marker mjesto imeniku. To je potrebno "
|
3824 |
+
"za pohranu podataka marker. Molimo chmod mapu"
|
3825 |
+
|
3826 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6460
|
3827 |
+
msgid ""
|
3828 |
+
" to 755 or 777, or change the directory in the Maps->Settings page. (Current "
|
3829 |
+
"file permissions are "
|
3830 |
+
msgstr ""
|
3831 |
+
" za 755 ili 777, ili mijenjati imenik na stranici> Postavke Maps-. (Dozvole "
|
3832 |
+
"Trenutno datoteka su"
|
3833 |
+
|
3834 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6488
|
3835 |
+
msgid ""
|
3836 |
+
"WP Google Maps has a diverse and wide range of features which may, from time "
|
3837 |
+
"to time, run into conflicts with the thousands of themes and other plugins "
|
3838 |
+
"on the market."
|
3839 |
+
msgstr ""
|
3840 |
+
|
3841 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6501
|
3842 |
+
#, fuzzy
|
3843 |
+
msgid "Support forum"
|
3844 |
+
msgstr "Podrška forum."
|
3845 |
+
|
3846 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6658
|
3847 |
+
msgid "United States of America"
|
3848 |
+
msgstr ""
|
3849 |
+
|
3850 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6668
|
3851 |
+
#, fuzzy
|
3852 |
+
msgid "View the instruction video"
|
3853 |
+
msgstr "Sakrij upute Link"
|
3854 |
+
|
3855 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6669
|
3856 |
+
#, fuzzy
|
3857 |
+
msgid "Read the documentation"
|
3858 |
+
msgstr "Trebate li pomoć? Pročitajte dokumentaciju."
|
3859 |
+
|
3860 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6670
|
3861 |
+
msgid "Important Notification"
|
3862 |
+
msgstr ""
|
3863 |
+
|
3864 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6671
|
3865 |
+
msgid "You can read more about that here."
|
3866 |
+
msgstr ""
|
3867 |
+
|
3868 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6672
|
3869 |
+
msgid ""
|
3870 |
+
"Before you begin please note that *ALL* Google Maps now require an API key "
|
3871 |
+
"to function."
|
3872 |
+
msgstr ""
|
3873 |
+
|
3874 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6673
|
3875 |
+
msgid "Create an API key now (free)"
|
3876 |
+
msgstr ""
|
3877 |
+
|
3878 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6674
|
3879 |
+
msgid "Once created, simply paste your API key here and press save."
|
3880 |
+
msgstr ""
|
3881 |
+
|
3882 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6675
|
3883 |
+
#, php-format
|
3884 |
+
msgid "Need help? %s or %s."
|
3885 |
+
msgstr ""
|
3886 |
+
|
3887 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6676
|
3888 |
+
msgid "Google Maps JavaScript API Key: "
|
3889 |
+
msgstr ""
|
3890 |
+
|
3891 |
+
#: C:\wamp\www\wordpress38\wp-content\plugins\wp-google-maps/wpGoogleMaps.php:6678
|
3892 |
+
msgid "Once saved, it may take up to 5 minutes for your map to display."
|
3893 |
+
msgstr ""
|
3894 |
+
|
3895 |
+
#~ msgid ""
|
3896 |
+
#~ "Use the <a href='http://gmaps-samples-v3.googlecode.com/svn/trunk/"
|
3897 |
+
#~ "styledmaps/wizard/index.html' target='_BLANK'>Google Maps API Styled Map "
|
3898 |
+
#~ "Wizard</a> to get your style settings"
|
3899 |
+
#~ msgstr ""
|
3900 |
+
#~ "Koristite <a href='http://gmaps-uzorci-v3.googlecode.com/svn/trunk/"
|
3901 |
+
#~ "styledmaps/wizard/index.html' target='_blank'> Google Maps API stil Karta "
|
3902 |
+
#~ "Čarobnjak </a> dobiti svoje postavke stila"
|
3903 |
+
|
3904 |
+
#~ msgid "Enable Advanced Styling"
|
3905 |
+
#~ msgstr "Omogućite napredno Styling"
|
3906 |
+
|
3907 |
+
#~ msgid "Save Style Settings"
|
3908 |
+
#~ msgstr "Spremite stilskih postavki"
|
3909 |
+
|
3910 |
+
#~ msgid "Weather Layer"
|
3911 |
+
#~ msgstr "Vremenska prognoza Layer"
|
3912 |
+
|
3913 |
+
#~ msgid "Show in Degrees Celsius"
|
3914 |
+
#~ msgstr "Show u stupnjevima Celzijusa"
|
3915 |
+
|
3916 |
+
#~ msgid "Show in Degrees Fahrenheit"
|
3917 |
+
#~ msgstr "Show u stupnjevima Fahrenheita"
|
3918 |
+
|
3919 |
+
#~ msgid "Cloud Layer"
|
3920 |
+
#~ msgstr "Cloud Layer"
|
3921 |
+
|
3922 |
+
#~ msgid "OR"
|
3923 |
+
#~ msgstr "ILI"
|
3924 |
+
|
3925 |
+
#~ msgid "(Tick this if you are having problems viewing your thumbnail images)"
|
3926 |
+
#~ msgstr "(Označite ovu opciju ako imate problema pregledavanje sličica)"
|
3927 |
+
|
3928 |
+
#~ msgid "Enable Weather Layer?"
|
3929 |
+
#~ msgstr "Omogućiti Vremenska sloj?"
|
3930 |
+
|
3931 |
+
#~ msgid "Enable Cloud Layer?"
|
3932 |
+
#~ msgstr "Omogućiti Cloud sloj?"
|
legacy-core.php
CHANGED
@@ -4230,7 +4230,7 @@ function wpgmaps_settings_page_basic() {
|
|
4230 |
global $wpgmza;
|
4231 |
$developer_mode_checked = '';
|
4232 |
|
4233 |
-
if($wpgmza->settings->developer_mode)
|
4234 |
$developer_mode_checked = 'checked="checked"';
|
4235 |
|
4236 |
$ret .= " <tr>";
|
4230 |
global $wpgmza;
|
4231 |
$developer_mode_checked = '';
|
4232 |
|
4233 |
+
if(!empty($wpgmza->settings->developer_mode))
|
4234 |
$developer_mode_checked = 'checked="checked"';
|
4235 |
|
4236 |
$ret .= " <tr>";
|
readme.txt
CHANGED
@@ -217,6 +217,13 @@ Please upgrade your version of WP Google Maps to version 6.0.27 as it includes m
|
|
217 |
|
218 |
== Changelog ==
|
219 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
220 |
= 7.11.14 :- 2019-03-14 :- Low priority =
|
221 |
* Added convenience function WPGMZA.getQueryParamValue
|
222 |
* Most PHP now uses isInDeveloperMode() rather than referencing the setting directly
|
217 |
|
218 |
== Changelog ==
|
219 |
|
220 |
+
= 7.11.15 :- 2019-03-25 :- Medium priority =
|
221 |
+
* Added caching warning to GDPR Compliance settings panel
|
222 |
+
* Added check for wp.components in Gutenberg module
|
223 |
+
* Renamed Croation translations to correct -hr.* suffix
|
224 |
+
* Fixed incorrect logic causing unapproved markers to appear in Pro marker listings
|
225 |
+
* Relaxed "combined file would be blank" from exception to an admin notice when in the WordPress environment
|
226 |
+
|
227 |
= 7.11.14 :- 2019-03-14 :- Low priority =
|
228 |
* Added convenience function WPGMZA.getQueryParamValue
|
229 |
* Most PHP now uses isInDeveloperMode() rather than referencing the setting directly
|
wpGoogleMaps.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: WP Google Maps
|
4 |
Plugin URI: https://www.wpgmaps.com
|
5 |
Description: The easiest to use Google Maps plugin! Create custom Google Maps with high quality markers containing locations, descriptions, images and links. Add your customized map to your WordPress posts and/or pages quickly and easily with the supplied shortcode. No fuss.
|
6 |
-
Version: 7.11.
|
7 |
Author: WP Google Maps
|
8 |
Author URI: https://www.wpgmaps.com
|
9 |
Text Domain: wp-google-maps
|
@@ -11,6 +11,13 @@ Domain Path: /languages
|
|
11 |
*/
|
12 |
|
13 |
/*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
* 7.11.14 :- 2019-03-14 :- Low priority
|
15 |
* Added convenience function WPGMZA.getQueryParamValue
|
16 |
* Most PHP now uses isInDeveloperMode() rather than referencing the setting directly
|
3 |
Plugin Name: WP Google Maps
|
4 |
Plugin URI: https://www.wpgmaps.com
|
5 |
Description: The easiest to use Google Maps plugin! Create custom Google Maps with high quality markers containing locations, descriptions, images and links. Add your customized map to your WordPress posts and/or pages quickly and easily with the supplied shortcode. No fuss.
|
6 |
+
Version: 7.11.15
|
7 |
Author: WP Google Maps
|
8 |
Author URI: https://www.wpgmaps.com
|
9 |
Text Domain: wp-google-maps
|
11 |
*/
|
12 |
|
13 |
/*
|
14 |
+
* 7.11.15 :- 2019-03-25 :- Medium priority
|
15 |
+
* Added caching warning to GDPR Compliance settings panel
|
16 |
+
* Added check for wp.components in Gutenberg module
|
17 |
+
* Renamed Croation translations to correct -hr.* suffix
|
18 |
+
* Fixed incorrect logic causing unapproved markers to appear in Pro marker listings
|
19 |
+
* Relaxed "combined file would be blank" from exception to an admin notice when in the WordPress environment
|
20 |
+
*
|
21 |
* 7.11.14 :- 2019-03-14 :- Low priority
|
22 |
* Added convenience function WPGMZA.getQueryParamValue
|
23 |
* Most PHP now uses isInDeveloperMode() rather than referencing the setting directly
|