質問編集履歴
1
hoge\.com → example\.com に修正致しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
Uncaught TypeError: google.load is not a function mapstyle.js:1
|
12
12
|
Google Maps API error: js?key=XXXXXXXXXXXXXXXX:31
|
13
13
|
RefererNotAllowedMapError https://developers.google.com/maps/documentation/javascript/error-messages#referer-not-allowed-map-error
|
14
|
-
Your site URL to be authorized: http://
|
14
|
+
Your site URL to be authorized: http://example.com/
|
15
15
|
```
|
16
16
|
|
17
17
|
mapstyle.jsファイルは、前に作ったもので、現在も他サイトで表示されているものをコピペしたものを利用しております。
|
@@ -33,7 +33,7 @@
|
|
33
33
|
new google.maps.Marker({
|
34
34
|
position: new google.maps.LatLng(12.345678, 123.456789), //中心座標
|
35
35
|
map: map,
|
36
|
-
icon: "http://
|
36
|
+
icon: "http://example.com/wp-content/themes/hoge/images/mapicon.png" //アイコン
|
37
37
|
});
|
38
38
|
var mapstyle =
|
39
39
|
[{
|