Authored by Tracy Harton

Add RMTileMapServiceSource.[hm]

@@ -99,6 +99,8 @@ @@ -99,6 +99,8 @@
99 96492C400FA8AD3400EBA6D2 /* RMGlobalConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 96492C3F0FA8AD3400EBA6D2 /* RMGlobalConstants.h */; }; 99 96492C400FA8AD3400EBA6D2 /* RMGlobalConstants.h in Headers */ = {isa = PBXBuildFile; fileRef = 96492C3F0FA8AD3400EBA6D2 /* RMGlobalConstants.h */; };
100 96FE8E360F72D01B00A11CF0 /* RMYahooMapSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 96FE8E340F72D01B00A11CF0 /* RMYahooMapSource.h */; }; 100 96FE8E360F72D01B00A11CF0 /* RMYahooMapSource.h in Headers */ = {isa = PBXBuildFile; fileRef = 96FE8E340F72D01B00A11CF0 /* RMYahooMapSource.h */; };
101 96FE8E370F72D01B00A11CF0 /* RMYahooMapSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 96FE8E350F72D01B00A11CF0 /* RMYahooMapSource.m */; }; 101 96FE8E370F72D01B00A11CF0 /* RMYahooMapSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 96FE8E350F72D01B00A11CF0 /* RMYahooMapSource.m */; };
  102 + B144DEFE0FD989C3003F3368 /* RMTileMapServiceSource.h in Headers */ = {isa = PBXBuildFile; fileRef = B144DEFC0FD989C3003F3368 /* RMTileMapServiceSource.h */; };
  103 + B144DEFF0FD989C3003F3368 /* RMTileMapServiceSource.m in Sources */ = {isa = PBXBuildFile; fileRef = B144DEFD0FD989C3003F3368 /* RMTileMapServiceSource.m */; };
102 B8474B9A0EB40094006A0BC1 /* FMDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8474B8D0EB40094006A0BC1 /* FMDatabase.h */; }; 104 B8474B9A0EB40094006A0BC1 /* FMDatabase.h in Headers */ = {isa = PBXBuildFile; fileRef = B8474B8D0EB40094006A0BC1 /* FMDatabase.h */; };
103 B8474B9B0EB40094006A0BC1 /* FMDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = B8474B8E0EB40094006A0BC1 /* FMDatabase.m */; }; 105 B8474B9B0EB40094006A0BC1 /* FMDatabase.m in Sources */ = {isa = PBXBuildFile; fileRef = B8474B8E0EB40094006A0BC1 /* FMDatabase.m */; };
104 B8474B9C0EB40094006A0BC1 /* FMDatabaseAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = B8474B8F0EB40094006A0BC1 /* FMDatabaseAdditions.h */; }; 106 B8474B9C0EB40094006A0BC1 /* FMDatabaseAdditions.h in Headers */ = {isa = PBXBuildFile; fileRef = B8474B8F0EB40094006A0BC1 /* FMDatabaseAdditions.h */; };
@@ -249,6 +251,8 @@ @@ -249,6 +251,8 @@
249 966504690F6869810036562A /* loading.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading.png; sourceTree = "<group>"; }; 251 966504690F6869810036562A /* loading.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = loading.png; sourceTree = "<group>"; };
250 96FE8E340F72D01B00A11CF0 /* RMYahooMapSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMYahooMapSource.h; sourceTree = "<group>"; }; 252 96FE8E340F72D01B00A11CF0 /* RMYahooMapSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMYahooMapSource.h; sourceTree = "<group>"; };
251 96FE8E350F72D01B00A11CF0 /* RMYahooMapSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMYahooMapSource.m; sourceTree = "<group>"; }; 253 96FE8E350F72D01B00A11CF0 /* RMYahooMapSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMYahooMapSource.m; sourceTree = "<group>"; };
  254 + B144DEFC0FD989C3003F3368 /* RMTileMapServiceSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMTileMapServiceSource.h; sourceTree = "<group>"; };
  255 + B144DEFD0FD989C3003F3368 /* RMTileMapServiceSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RMTileMapServiceSource.m; sourceTree = "<group>"; };
252 B83E64B60E80E73F001663B6 /* RMPixel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMPixel.h; sourceTree = "<group>"; }; 256 B83E64B60E80E73F001663B6 /* RMPixel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMPixel.h; sourceTree = "<group>"; };
253 B83E64B70E80E73F001663B6 /* RMPixel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = RMPixel.c; sourceTree = "<group>"; }; 257 B83E64B70E80E73F001663B6 /* RMPixel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = RMPixel.c; sourceTree = "<group>"; };
254 B83E64BD0E80E73F001663B6 /* RMCoreAnimationRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMCoreAnimationRenderer.h; sourceTree = "<group>"; }; 258 B83E64BD0E80E73F001663B6 /* RMCoreAnimationRenderer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RMCoreAnimationRenderer.h; sourceTree = "<group>"; };
@@ -557,6 +561,8 @@ @@ -557,6 +561,8 @@
557 isa = PBXGroup; 561 isa = PBXGroup;
558 children = ( 562 children = (
559 96FE8E340F72D01B00A11CF0 /* RMYahooMapSource.h */, 563 96FE8E340F72D01B00A11CF0 /* RMYahooMapSource.h */,
  564 + B144DEFC0FD989C3003F3368 /* RMTileMapServiceSource.h */,
  565 + B144DEFD0FD989C3003F3368 /* RMTileMapServiceSource.m */,
560 96FE8E350F72D01B00A11CF0 /* RMYahooMapSource.m */, 566 96FE8E350F72D01B00A11CF0 /* RMYahooMapSource.m */,
561 B83E64EC0E80E73F001663B6 /* RMTileSource.h */, 567 B83E64EC0E80E73F001663B6 /* RMTileSource.h */,
562 C7A967500E8412930031BA75 /* RMAbstractMercatorWebSource.h */, 568 C7A967500E8412930031BA75 /* RMAbstractMercatorWebSource.h */,
@@ -741,6 +747,7 @@ @@ -741,6 +747,7 @@
741 96FE8E360F72D01B00A11CF0 /* RMYahooMapSource.h in Headers */, 747 96FE8E360F72D01B00A11CF0 /* RMYahooMapSource.h in Headers */,
742 F5C12D2A0F8A86CA00A894D2 /* RMGeoHash.h in Headers */, 748 F5C12D2A0F8A86CA00A894D2 /* RMGeoHash.h in Headers */,
743 96492C400FA8AD3400EBA6D2 /* RMGlobalConstants.h in Headers */, 749 96492C400FA8AD3400EBA6D2 /* RMGlobalConstants.h in Headers */,
  750 + B144DEFE0FD989C3003F3368 /* RMTileMapServiceSource.h in Headers */,
744 ); 751 );
745 runOnlyForDeploymentPostprocessing = 0; 752 runOnlyForDeploymentPostprocessing = 0;
746 }; 753 };
@@ -970,6 +977,7 @@ @@ -970,6 +977,7 @@
970 2B5682730F68E36000E8DF40 /* RMOpenAerialMapSource.m in Sources */, 977 2B5682730F68E36000E8DF40 /* RMOpenAerialMapSource.m in Sources */,
971 96FE8E370F72D01B00A11CF0 /* RMYahooMapSource.m in Sources */, 978 96FE8E370F72D01B00A11CF0 /* RMYahooMapSource.m in Sources */,
972 F5C12D2B0F8A86CA00A894D2 /* RMGeoHash.m in Sources */, 979 F5C12D2B0F8A86CA00A894D2 /* RMGeoHash.m in Sources */,
  980 + B144DEFF0FD989C3003F3368 /* RMTileMapServiceSource.m in Sources */,
973 ); 981 );
974 runOnlyForDeploymentPostprocessing = 0; 982 runOnlyForDeploymentPostprocessing = 0;
975 }; 983 };