Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit 76acb87

Browse files
committed
fixed lat/lng being reversed
1 parent d6ce015 commit 76acb87

16 files changed

+146
-39
lines changed

Assembly-CSharp.csproj

Lines changed: 47 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,48 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<PropertyGroup>
4-
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5-
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6-
<ProductVersion>10.0.20506</ProductVersion>
7-
<SchemaVersion>2.0</SchemaVersion>
8-
<ProjectGuid>{770F3EAF-A465-1243-B39F-65232DC381CA}</ProjectGuid>
9-
<OutputType>Library</OutputType>
10-
<AppDesignerFolder>Properties</AppDesignerFolder>
11-
<RootNamespace></RootNamespace>
12-
<AssemblyName>Assembly-CSharp</AssemblyName>
13-
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14-
<FileAlignment>512</FileAlignment>
15-
<BaseDirectory>Assets</BaseDirectory>
4+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6+
<ProductVersion>10.0.20506</ProductVersion>
7+
<SchemaVersion>2.0</SchemaVersion>
8+
<RootNamespace></RootNamespace>
9+
<ProjectGuid>{3F277028-8655-7DA6-E8E6-C3789C8219FE}</ProjectGuid>
10+
<OutputType>Library</OutputType>
11+
<AppDesignerFolder>Properties</AppDesignerFolder>
12+
<AssemblyName>Assembly-CSharp</AssemblyName>
13+
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14+
<FileAlignment>512</FileAlignment>
15+
<BaseDirectory>Assets</BaseDirectory>
1616
</PropertyGroup>
1717
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18-
<DebugSymbols>true</DebugSymbols>
19-
<DebugType>full</DebugType>
20-
<Optimize>false</Optimize>
21-
<OutputPath>Temp\bin\Debug\</OutputPath>
22-
<DefineConstants>DEBUG;TRACE;UNITY_4_6_8;UNITY_4_6;UNITY_ANDROID;ENABLE_MICROPHONE;ENABLE_TEXTUREID_MAP;ENABLE_UNITYEVENTS;ENABLE_NEW_HIERARCHY ;ENABLE_AUDIO_FMOD;ENABLE_TERRAIN;ENABLE_SUBSTANCE;ENABLE_GENERICS;INCLUDE_IL2CPP;INCLUDE_WP8SUPPORT;ENABLE_WWW;ENABLE_IMAGEEFFECTS;ENABLE_4_6_FEATURES;INCLUDE_WP_BLUE_SUPPORT;ENABLE_WEBCAM;INCLUDE_METROSUPPORT;RENDER_SOFTWARE_CURSOR;ENABLE_NETWORK;ENABLE_PHYSICS;UNITY5_SCRIPTING_IN_UNITY4;ENABLE_CACHING;ENABLE_CLOTH;UNITY_ANDROID_API;ENABLE_2D_PHYSICS;ENABLE_SHADOWS;ENABLE_AUDIO;ENABLE_NAVMESH_CARVING;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_MONO;DEVELOPMENT_BUILD;ENABLE_PROFILER;UNITY_EDITOR;UNITY_EDITOR_OSX;UNITY_PRO_LICENSE</DefineConstants>
23-
<ErrorReport>prompt</ErrorReport>
24-
<WarningLevel>4</WarningLevel>
25-
<NoWarn>0169</NoWarn>
18+
<DebugSymbols>true</DebugSymbols>
19+
<DebugType>full</DebugType>
20+
<Optimize>false</Optimize>
21+
<OutputPath>Temp\bin\Debug\</OutputPath>
22+
<DefineConstants>DEBUG;TRACE;UNITY_5_3_OR_NEWER;UNITY_5_3_4;UNITY_5_3;UNITY_5;ENABLE_NEW_BUGREPORTER;ENABLE_AUDIO;ENABLE_CACHING;ENABLE_CLOTH;ENABLE_FRAME_DEBUGGER;ENABLE_GENERICS;ENABLE_HOME_SCREEN;ENABLE_IMAGEEFFECTS;ENABLE_LIGHT_PROBES_LEGACY;ENABLE_MICROPHONE;ENABLE_MULTIPLE_DISPLAYS;ENABLE_PHYSICS;ENABLE_PLUGIN_INSPECTOR;ENABLE_SHADOWS;ENABLE_SINGLE_INSTANCE_BUILD_SETTING;ENABLE_SPRITERENDERER_FLIPPING;ENABLE_SPRITES;ENABLE_SPRITE_POLYGON;ENABLE_TERRAIN;ENABLE_RAKNET;ENABLE_UNET;ENABLE_UNITYEVENTS;ENABLE_VR;ENABLE_WEBCAM;ENABLE_WWW;ENABLE_CLOUD_SERVICES;ENABLE_CLOUD_SERVICES_ADS;ENABLE_CLOUD_HUB;ENABLE_CLOUD_PROJECT_ID;ENABLE_CLOUD_SERVICES_PURCHASING;ENABLE_CLOUD_SERVICES_ANALYTICS;ENABLE_CLOUD_SERVICES_UNET;ENABLE_CLOUD_SERVICES_BUILD;ENABLE_CLOUD_LICENSE;ENABLE_EDITOR_METRICS;ENABLE_EDITOR_METRICS_CACHING;INCLUDE_DYNAMIC_GI;INCLUDE_GI;INCLUDE_IL2CPP;INCLUDE_DIRECTX12;PLATFORM_SUPPORTS_MONO;ENABLE_LOCALIZATION;ENABLE_ANDROID_ATLAS_ETC1_COMPRESSION;ENABLE_EDITOR_TESTS_RUNNER;UNITY_ANDROID;UNITY_ANDROID_API;ENABLE_SUBSTANCE;ENABLE_TEXTUREID_MAP;ENABLE_EGL;ENABLE_NETWORK;ENABLE_RUNTIME_GI;ENABLE_CRUNCH_TEXTURE_COMPRESSION;ENABLE_LOG_MIXED_STACKTRACE;ENABLE_UNITYWEBREQUEST;PLATFORM_SUPPORTS_ADS_ID;ENABLE_UNITYADS_RUNTIME;UNITY_UNITYADS_API;ENABLE_MONO;ENABLE_PROFILER;UNITY_ASSERTIONS;UNITY_EDITOR;UNITY_EDITOR_32;UNITY_EDITOR_WIN;UNITY_TEAM_LICENSE</DefineConstants>
23+
<ErrorReport>prompt</ErrorReport>
24+
<WarningLevel>4</WarningLevel>
25+
<NoWarn>0169</NoWarn>
2626
</PropertyGroup>
2727
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28-
<DebugType>pdbonly</DebugType>
29-
<Optimize>true</Optimize>
30-
<OutputPath>Temp\bin\Release\</OutputPath>
31-
<DefineConstants>TRACE</DefineConstants>
32-
<ErrorReport>prompt</ErrorReport>
33-
<WarningLevel>4</WarningLevel>
34-
<NoWarn>0169</NoWarn>
28+
<DebugType>pdbonly</DebugType>
29+
<Optimize>true</Optimize>
30+
<OutputPath>Temp\bin\Release\</OutputPath>
31+
<ErrorReport>prompt</ErrorReport>
32+
<WarningLevel>4</WarningLevel>
33+
<NoWarn>0169</NoWarn>
3534
</PropertyGroup>
3635
<ItemGroup>
37-
<Reference Include="System" />
36+
<Reference Include="System" />
3837
<Reference Include="System.XML" />
39-
<Reference Include="System.Core" />
40-
<Reference Include="System.Xml.Linq" />
41-
<Reference Include="UnityEngine">
42-
<HintPath>/Applications/Unity 4/Unity.app/Contents/Frameworks/Managed/UnityEngine.dll</HintPath>
43-
</Reference>
44-
<Reference Include="UnityEditor">
45-
<HintPath>/Applications/Unity 4/Unity.app/Contents/Frameworks/Managed/UnityEditor.dll</HintPath>
46-
</Reference>
38+
<Reference Include="System.Core" />
39+
<Reference Include="System.Xml.Linq" />
40+
<Reference Include="UnityEngine">
41+
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEngine.dll</HintPath>
42+
</Reference>
43+
<Reference Include="UnityEditor">
44+
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/Managed/UnityEditor.dll</HintPath>
45+
</Reference>
4746
</ItemGroup>
4847
<ItemGroup>
4948
<Compile Include="Assets\TestScripts\TestMap.cs" />
@@ -59,6 +58,7 @@
5958
<Compile Include="Assets\UnitySlippyMap\Helpers\SQLite\SqliteDatabase.cs" />
6059
<Compile Include="Assets\UnitySlippyMap\Helpers\SRIDReader.cs" />
6160
<Compile Include="Assets\UnitySlippyMap\Helpers\SharedMaterialManager.cs" />
61+
<Compile Include="Assets\UnitySlippyMap\Helpers\SimpleJSON.cs" />
6262
<Compile Include="Assets\UnitySlippyMap\Helpers\TextureBogusExtension.cs" />
6363
<Compile Include="Assets\UnitySlippyMap\Helpers\UnityThreading\Dispatcher.cs" />
6464
<Compile Include="Assets\UnitySlippyMap\Helpers\UnityThreading\Task.cs" />
@@ -68,6 +68,7 @@
6868
<Compile Include="Assets\UnitySlippyMap\Helpers\VirtualEarth\Metadata.cs" />
6969
<Compile Include="Assets\UnitySlippyMap\Helpers\VirtualEarth\TileSystem.cs" />
7070
<Compile Include="Assets\UnitySlippyMap\Helpers\WMS\WMS111.cs" />
71+
<Compile Include="Assets\UnitySlippyMap\Helpers\Zip.cs" />
7172
<Compile Include="Assets\UnitySlippyMap\Input\Input.cs" />
7273
<Compile Include="Assets\UnitySlippyMap\Layers\DBTileLayerBehaviour.cs" />
7374
<Compile Include="Assets\UnitySlippyMap\Layers\LayerBehaviour.cs" />
@@ -83,18 +84,25 @@
8384
<Compile Include="Assets\UnitySlippyMap\Markers\LocationMarkerBehaviour.cs" />
8485
<Compile Include="Assets\UnitySlippyMap\Markers\MarkerBehaviour.cs" />
8586
<None Include="Assets\UnitySlippyMap\Dll\ProjNet.1.2\ProjNet.xml" />
87+
<None Include="Assets\UnitySlippyMap\Resources\Shaders\LarkuUnlitTransparent.shader" />
8688
<None Include="Assets\UnitySlippyMap\Resources\Shaders\SomianUnlitTransparent.shader" />
8789
<None Include="Assets\UnitySlippyMap\Resources\SRID.txt" />
8890
<Reference Include="UnityEngine.UI">
89-
<HintPath>/Applications/Unity 4/Unity.app/Contents/UnityExtensions/Unity/GUISystem/4.6.8/Standalone/UnityEngine.UI.dll</HintPath>
91+
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/GUISystem/UnityEngine.UI.dll</HintPath>
92+
</Reference>
93+
<Reference Include="UnityEngine.Networking">
94+
<HintPath>C:/Program Files (x86)/Unity/Editor/Data/UnityExtensions/Unity/Networking/UnityEngine.Networking.dll</HintPath>
95+
</Reference>
96+
<Reference Include="ICSharpCode.SharpZipLib">
97+
<HintPath>C:/Users/pixelfat/Documents/repos/git/UnitySlippyMap-pull/Assets/UnitySlippyMap/Dll/ICSharpCode.SharpZipLib.dll</HintPath>
9098
</Reference>
9199
<Reference Include="ProjNet">
92-
<HintPath>/Users/jonathan/Documents/UnitySlippyMap/Assets/UnitySlippyMap/Dll/ProjNet.1.2/ProjNet.dll</HintPath>
100+
<HintPath>C:/Users/pixelfat/Documents/repos/git/UnitySlippyMap-pull/Assets/UnitySlippyMap/Dll/ProjNet.1.2/ProjNet.dll</HintPath>
93101
</Reference>
94102
</ItemGroup>
95103
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
96104
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
97-
Other similar extension points exist, see Microsoft.Common.targets.
105+
Other similar extension points exist, see Microsoft.Common.targets.
98106
<Target Name="BeforeBuild">
99107
</Target>
100108
<Target Name="AfterBuild">

Assets/StreamingAssets/MBTiles/CountryMapWithUTfData.mbtiles.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Binary file not shown.

Assets/UnitySlippyMap/Dll/ICSharpCode.SharpZipLib.dll.meta

Lines changed: 24 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/UnitySlippyMap/Dll/ProjNet.1.2.meta

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/UnitySlippyMap/Dll/sqlite3.dll.meta

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/UnitySlippyMap/Helpers/Zip.cs.meta

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/UnitySlippyMap/Resources/Shaders/LarkuUnlitTransparent.shader.meta

Lines changed: 9 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
4.01 KB
Binary file not shown.
128 Bytes
Binary file not shown.

ProjectSettings/NavMeshAreas.asset

8.98 KB
Binary file not shown.

ProjectSettings/ProjectSettings.asset

6.99 KB
Binary file not shown.

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
m_EditorVersion: 5.3.4f1
2+
m_StandardAssetsVersion: 0
4.02 KB
Binary file not shown.
4.02 KB
Binary file not shown.

UnitySlippyMap-pull.sln

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Microsoft Visual Studio Solution File, Format Version 11.00
2+
# Visual Studio 2008
3+
4+
Project("{CBEC351E-E359-2AE7-B2DA-4F9EC47A0A60}") = "UnitySlippyMap-pull", "Assembly-CSharp.csproj", "{3F277028-8655-7DA6-E8E6-C3789C8219FE}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{3F277028-8655-7DA6-E8E6-C3789C8219FE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{3F277028-8655-7DA6-E8E6-C3789C8219FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{3F277028-8655-7DA6-E8E6-C3789C8219FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{3F277028-8655-7DA6-E8E6-C3789C8219FE}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
GlobalSection(MonoDevelopProperties) = preSolution
21+
StartupItem = Assembly-CSharp.csproj
22+
EndGlobalSection
23+
EndGlobal

0 commit comments

Comments
 (0)