Skip to content

Commit

Permalink
elev get r21 fix nearby center position
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-armour committed Sep 19, 2016
1 parent 5a95ee9 commit 42d4070
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 2 deletions.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions google-maps-api3/nea-nearby/nearby-r1.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@

service.nearbySearch( {

location: googleMap.center.position,
radius: ( 1.4 * 111111 * COR.place.latitudeDelta),
location: googleMap.map.center,
radius: ( 1.4 * 111111 * COR.place.latitudeDelta ),
// type: ['natural_feature']
// type: ['colloquial_area']
// type: ['locality']
Expand Down

0 comments on commit 42d4070

Please sign in to comment.