File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ public override void OnInspectorGUI()
22
22
EditorGUILayout . PropertyField ( serializedObject . FindProperty ( "ApiKey" ) ) ;
23
23
if ( GUILayout . Button ( "Get an API key" , EditorStyles . miniButtonRight ) )
24
24
{
25
- Application . OpenURL ( "https://mapzen.com/developers " ) ;
25
+ Application . OpenURL ( "https://developers.nextzen.org/ " ) ;
26
26
}
27
27
GUILayout . EndHorizontal ( ) ;
28
28
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ public void DownloadTilesAsync()
100
100
101
101
var wrappedTileAddress = tileAddress . Wrapped ( ) ;
102
102
103
- var uri = new Uri ( string . Format ( "https://tile.mapzen.com/mapzen /vector/v1/all/{0}/{1}/{2}.mvt?api_key={3}" ,
103
+ var uri = new Uri ( string . Format ( "https://tile.nextzen.org/tilezen /vector/v1/all/{0}/{1}/{2}.mvt?api_key={3}" ,
104
104
wrappedTileAddress . z ,
105
105
wrappedTileAddress . x ,
106
106
wrappedTileAddress . y ,
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ This project requires Unity version 2017.1.1 or newer.
10
10
Quickstart
11
11
-----------
12
12
13
- 1 . Create a [ Mapzen API Key] ( https://mapzen.com/developers/sign_up )
13
+ 1 . Create a [ Nextzen API Key] ( https://developers.nextzen.org/ )
14
14
2 . Open the example scene ` Assets/Scenes/RegionMapExample.unity ` in Unity.
15
15
4 . Select the ` Map Builder ` object in the scene and enter your API key in the "Api Key" field in the inspector.
16
16
4 . Press the ` Download ` button in the inspector and wait a few seconds for the download to complete.
You can’t perform that action at this time.
0 commit comments