Skip to content

Commit 71f4380

Browse files
author
Thanh Phu
committed
Geo code file to thanhphu.net
1 parent 1b8cd52 commit 71f4380

File tree

11 files changed

+501
-67
lines changed

11 files changed

+501
-67
lines changed

build/docs/map-data.html

Lines changed: 243 additions & 6 deletions
Large diffs are not rendered by default.

build/docs/source/map-data.html

Lines changed: 249 additions & 52 deletions
Large diffs are not rendered by default.

build/scripts/ng-map.debug.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1454,7 +1454,7 @@ angular.module('ngMap', []);
14541454
* Example:
14551455
*
14561456
* <map zoom="11" center="[41.875696,-87.624207]">
1457-
* <map-data load-geo-json="https://storage.googleapis.com/maps-devrel/google.json"></map-data>
1457+
* <map-data load-geo-json="https://thanhphu.net/_seah/google.json"></map-data>
14581458
* </map>
14591459
*/
14601460
(function() {

build/scripts/ng-map.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ angular.module('ngMap', []);
14631463
* Example:
14641464
*
14651465
* <map zoom="11" center="[41.875696,-87.624207]">
1466-
* <map-data load-geo-json="https://storage.googleapis.com/maps-devrel/google.json"></map-data>
1466+
* <map-data load-geo-json="https://thanhphu.net/_seah/google.json"></map-data>
14671467
* </map>
14681468
*/
14691469
(function() {

build/scripts/ng-map.no-dependency.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1463,7 +1463,7 @@ angular.module('ngMap', []);
14631463
* Example:
14641464
*
14651465
* <map zoom="11" center="[41.875696,-87.624207]">
1466-
* <map-data load-geo-json="https://storage.googleapis.com/maps-devrel/google.json"></map-data>
1466+
* <map-data load-geo-json="https://thanhphu.net/_seah/google.json"></map-data>
14671467
* </map>
14681468
*/
14691469
(function() {

directives/map-data.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Example:
1414
*
1515
* <map zoom="11" center="[41.875696,-87.624207]">
16-
* <map-data load-geo-json="https://storage.googleapis.com/maps-devrel/google.json"></map-data>
16+
* <map-data load-geo-json="https://thanhphu.net/_seah/google.json"></map-data>
1717
* </map>
1818
*/
1919
(function() {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngmap",
3-
"version": "1.18.5",
3+
"version": "1.18.6",
44
"main": "index.js",
55
"description": "The Simplest AngularJS Google Maps V3 Directive",
66
"repository": {

testapp/layer-data-dynamic.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
on-click="vm.onClick()"
4646
on-mouseover="vm.onMouseover()"
4747
on-mouseout="vm.onMouseout()"
48-
load-geo-json="https://storage.googleapis.com/maps-devrel/google.json">
48+
load-geo-json="https://thanhphu.net/_seah/google.json">
4949
</map-data>
5050
</ng-map>
5151
<h1>{{letter}}</h1>

testapp/layer-data-simple.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<body>
88
<ng-map zoom="4" center="-28, 137.883">
99
<map-data
10-
load-geo-json="https://storage.googleapis.com/maps-devrel/google.json"></map-data>
10+
load-geo-json="https://thanhphu.net/_seah/google.json"></map-data>
1111
</ng-map>
1212
</body>
1313
</html>

testapp/layer-data-style.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ng-map zoom="4" center="-28, 137.883">
1010
<map-data
1111
set-style="{fillColor: 'green', strokeWeight: 1}"
12-
load-geo-json="https://storage.googleapis.com/maps-devrel/google.json">
12+
load-geo-json="https://thanhphu.net/_seah/google.json">
1313
</map-data>
1414
</ng-map>
1515
</div>

0 commit comments

Comments
 (0)