Include "MapBasic.def" Include "Menu.def" Declare Sub Main() Sub Main() dim dt as datetime dt = CurDateTime() Print "Started at: "&dt Open Table "D:\Test\MB_Speed\Australia\nsw\ocean" As ocean Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\wrlda0" As wrlda0 Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\marinelabels" As Marinelabels Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_AIR" As Airports Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_LO" As Gazetteer_Points Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_RL" As Railways Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_RLS" As Stations Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_BUA" As Urban Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_BR" As Bridges Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_MH" As Major_Highways Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_S1" As Street_1 Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_S2" As Street_2 Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_S3" As Street_3 Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_S4" As Street_4 Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_S5" As Street_5 Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_LM" As States Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_PK" As Parks Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_LU" As Land_Use Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_FT" As Features Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_DR" As Water Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_Paths" As Paths Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_S6" As Street_6 Interactive Open Table "D:\Test\MB_Speed\Australia\nsw\NSW_Ferries" As Ferry_Routes Interactive Select * from Gazetteer_Points where micode = 80010200 into Capital_City noselect Select * from Gazetteer_Points where micode = 800020102 into Major_City noselect Select * from Gazetteer_Points where micode in ( 80020105 , 80020104 , 80020103 ) into City_Major_Town noselect Select * from Gazetteer_Points where micode in ( 80020106 , 80010400 ) into Town noselect Select * from Gazetteer_Points where micode in ( 80020107 ) into Small_Town noselect Select * from Gazetteer_Points where micode in ( 80020108 ) into Other_Settlement noselect Select * from Street_1 into NationalHighway noselect Select * from Street_2 into OtherHighway noselect Select * from Railways where micode <> 40010100 into Metro_Line noselect Select * from Railways where micode = 40010100 into Rail_Line noselect Select * from Stations where miCode = 10320201 into Metro_Station noselect Select * from Features where micode = 10240103 into Embassy noselect Select * from Features where micode > 10210219 and micode < 10210235 into School noselect Select * from Water where micode <> 30030100 into Other_Water noselect Select * from Features where micode = 10110300 into Monuments noselect Select * from Features where micode = 10110402 into Beach noselect Select * from Features where micode in ( 10240500 , 10240501 ) into Post_Office noselect Select * from Features where micode = 10130110 into Theatre noselect Select * from Stations where micode in ( 10320200 , 10320203 , 10320202 , 10320204 ) into Railway_Station noselect Select * from Stations where micode = 10320100 into Ferry_Terminal noselect Select * from Stations where micode = 10320300 into Bus_Stop noselect Select * from Features where micode in ( 10230010 , 10230020 , 10230110 , 10230120 , 10238063 ) into Hospital noselect Select * from Features where micode = 10120108 into Golf_CoursePt noselect Select * from Airports where micode in ( 10310000 , 10310010 , 10310011 , 10310012 , 10310013 , 10310101 ) into Airport_Public noselect Select * from Airports where micode in ( 10310102 , 10310200 ) into Airport_NotPublic noselect Select * from Water where micode in ( 30020110 , 30030100 , 30030300 , 30020112 ) into Rivers noselect Select * from Land_Use where micode in ( 60010800 , 60010801 ) into Commercial_Area noselect Select * from Land_Use where micode in ( 60020300 , 60020400 ) into Beach_Moor noselect Select * from Parks where micode in ( 60010732 , 60010111 , 60010112 ) into Woodland noselect Select * from Land_Use where miCode = 60010801 into Shopping_Centre noselect Select * from Land_Use where miCode = 60010400 into Cemetery noselect Select * from Land_Use where miCode = 60010601 into Hospital_Ground noselect Select * from Land_Use where micode in ( 60010802 , 60010803 ) into Airport_Ground noselect Select * from Land_Use where miCode in ( 60010300 , 60010311 , 60010323 , 60010331 , 60010332 , 60010333 , 60010611 , 60010700 , 60010710 , 60010711 , 60010715 , 60010726 , 60010804 ) into Public_Facility noselect Select * from Land_Use where miCode in ( 60010712 , 60010713 , 60010714 ) into Emergency noselect Select * from Land_Use where micode in ( 60010230 , 60010511 , 60010512 , 60010513 ) into Institution noselect Select * from Land_Use where micode in ( 60010140 , 60010150 , 60010240 , 60010250 , 60010321 , 60010322 , 60010521 , 60010522 , 60010523 , 60010900 , 60010920 , 60030200 ) into Ground noselect Select * from Land_Use where micode in ( 60010720 ) into Military noselect Select * from Land_Use where micode in ( 60010314 , 60010324 ) into Stadium noselect Select * from Land_Use where micode = 60010313 into Golf_Course noselect Select * from Parks where micode = 60010110 into Park noselect Select * from wrlda0 where A0_ISO = "AU" into Australia noselect Select * from wrlda0 where A0_ISO <> "AU" into World noselect Select * from marinelabels where feature_class = "ocean" into Marinelabels_oceans noselect Select * from marinelabels where feature_class <> "ocean" into Marinelabels_other noselect Map From GroupLayer("Points",GroupLayer("Transportation",Airport_Public,Airport_NotPublic,Metro_Station,Railway_Station,Bus_Stop ,Ferry_Terminal),GroupLayer("Public_Interest",School,Hospital,Post_Office ,Monuments,Embassy,Theatre,Golf_CoursePt,Beach)),GroupLayer("Gazetteer_Points",Capital_City,Major_City,City_Major_Town ,Town,Small_Town,Other_Settlement),GroupLayer("Administrative_Area",States ),GroupLayer("Transportation",Rail_Line,GroupLayer("Streets",NationalHighway,OtherHighway,Street_3,Street_4 ,Street_5,Street_6),Metro_Line,Ferry_Routes ,Paths),GroupLayer("Water",Rivers,Other_Water),GroupLayer("Boundaries",Golf_Course ,Stadium,Military,Ground,Airport_Ground,Institution,Emergency ,Public_Facility,Hospital_Ground,Cemetery,Shopping_Centre,Commercial_Area,Park ,Urban,Beach_Moor,Woodland),GroupLayer("Outerworld",Marinelabels_oceans,Marinelabels_other,States,Australia,World ,ocean) Position (0.197917,0.197917) Units "in" Width 11.1875 Units "in" Height 7.60417 Units "in" Set Window FrontWindow() ScrollBars Off Autoscroll On Enhanced On Smooth Text Antialias Image High Set Map CoordSys Earth Projection 1, 104 Center (151.2155366,-33.8763076) Zoom 30 Units "km" Preserve Zoom Display Zoom Distance Units "km" Area Units "sq km" XY Units "degree" Set Map Layer 1 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (44,4684953,11,"MapInfo World POI",256,0) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 160) Units "km" FriendlyName "Airports_Public" Label Line Arrow Position Below Auto Retry On Font ("Arial",256,8,3817561,16777215) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates On Offset 6 Visibility Zoom (0, 64) Units "km" Layer 2 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (44,4684953,11,"MapInfo World POI",256,0) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 65) Units "km" FriendlyName "Airports_Others" Label Line Arrow Position Below Auto Retry On Font ("Arial",256,8,3817561,16777215) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates On Offset 6 Visibility Zoom (0, 32) Units "km" Layer 3 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (43,5276742,12,"MapInfo World POI",256,0) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 16) Units "km" FriendlyName "Metro_Station" Label Line Arrow Position Above Font ("Arial",256,8,3817561,16777215) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates Off Offset 6 Visibility Zoom (0, 8) Units "km" Layer 4 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (43,5990763,12,"MapInfo World POI",256,0) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 20) Units "km" FriendlyName "Railway_Station" Label Line Arrow Position Right Font ("Arial",0,9,0) Pen (1,2,0) With LABEL Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 5 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (98,14058828,11,"MapInfo World POI",256,0) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 3.5) Units "km" FriendlyName "Bus_Stop" Label Line Arrow Position Below Font ("Arial",256,8,3817561,16777215) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates Off Offset 6 Visibility Zoom (0, 1.5) Units "km" Layer 6 Display Off Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 3) Units "km" Off FriendlyName "Ferry_Terminal" Label Line Arrow Position Right Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 7 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (35,3705159,10,"MapInfo World POI",256,0) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 5) Units "km" FriendlyName "School" Label Line Arrow Position Below Font ("Arial",256,8,3817561,16777215) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates Off Offset 6 Visibility Zoom (0, 3) Units "km" Layer 8 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (78,12204628,10,"MapInfo World POI",256,0) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 5) Units "km" FriendlyName "Hospital" Label Line Arrow Position Above Font ("Arial",256,8,3817561,16777215) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates Off Offset 6 Visibility Zoom (0, 3) Units "km" Layer 9 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (80,6716544,10,"MapInfo World POI",256,0) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 8) Units "km" FriendlyName "Post_Office" Label Line Arrow Position Right Font ("Arial",256,9,3817561,16777215) Pen (1,2,0) With LABEL Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 10 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (56,11556864,12,"MapInfo Points of Interest",256,0) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 16) Units "km" FriendlyName "Monument" Label Line Arrow Position Below Font ("Arial",256,9,3817561,16777215) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates Off Offset 6 Visibility Zoom (0, 8) Units "km" Layer 11 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (55,6716544,9,"MapInfo World POI",256,0) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 3) Units "km" FriendlyName "Embassy" Label Line Arrow Position Below Font ("Arial",256,8,3817561,16777215) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates Off Offset 6 Visibility Zoom (0, 5) Units "km" Layer 12 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (75,4948133,12,"MapInfo World POI",256,0) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 8) Units "km" FriendlyName "Theatre" Label Line Arrow Position Right Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 13 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (151,5339738,18,"MapInfo World POI",256,0) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 16) Units "km" FriendlyName "Golf" Label Line Arrow Position Below Font ("Arial",256,8,3817561,16777215) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates Off Offset 6 Visibility Zoom (0, 8) Units "km" Layer 14 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (92,13344558,14,"MapInfo World POI",256,0) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 10) Units "km" FriendlyName "Beach" Label Line Arrow Position Below Font ("Arial",256,8,3817561,16777215) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates Off Offset 6 Visibility Zoom (0, 32) Units "km" Layer 15 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (32,4210752,7,"MapInfo Cartographic",0,0) Line (1,2,0) Font ("Segoe UI Semibold",768,12,4210752,16777215) Zoom (0, 11000) Units "km" FriendlyName "Capital_City" Label Line Arrow Position Below Font ("Arial",257,10,0,16777215) Pen (1,2,0) With LABEL Parallel On Auto On Overlap On Duplicates Off Offset 2 Visibility Zoom (0, 11000) Units "km" Override Add "Layer Label Override" Zoom (0, 523) Units "km" Enable On Font ("Arial",257,14,3158064,16777215) Offset 2 Override Add "Layer Label Override" Zoom (523, 4184) Units "km" Enable On Position Below Font ("Arial",257,12,3158064,16777215) Overlap Off Duplicates Off Offset 2 Override Add "Layer Label Override" Zoom (4184, 11000) Units "km" Enable On Auto Retry On Font ("Arial",257,9,0,16777215) Overlap Off Layer 16 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (31,0,7) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 15540) Units "km" FriendlyName "Major_City" Label Line Arrow Position Center Font ("Microsoft Sans Serif",256,12,4210752,16777215) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates Off Offset 0 Visibility Zoom (0, 15540) Units "km" Override Add "Layer Label Override" Zoom (0, 1046) Units "km" Enable On Position Below Font ("Arial",257,12,3158064,16777215) Overlap Off Offset 1 Override Add "Layer Label Override" Zoom (1046, 2092) Units "km" Enable On Position Below Font ("Arial",257,12,5263440,16777215) Offset 1 Override Add "Layer Label Override" Zoom (2092, 4184) Units "km" Enable On Position Center Font ("Arial",256,10,3158064,16777215) Offset 0 Override Add "Layer Label Override" Zoom (4184, 9656) Units "km" Enable On Font ("Arial",256,9,3158064,16777215) Override Add "Layer Label Override" Zoom (9656, 10469) Units "km" Enable On Position Below Auto Retry On Font ("Arial",256,12,3158064,16777215) Offset 1 Layer 17 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (31,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 1300) Units "mi" FriendlyName "City_Major_Town" Label Line Arrow Position Right Auto Retry On Font ("Arial",257,11,6316128,16777215) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates On Offset 2 Visibility Zoom (0, 2092) Units "km" Override Add "Layer Label Override" Zoom (129, 282) Units "km" Enable On Position Center Font ("Arial",257,10,6316128,16777215) Duplicates Off Offset 0 Override Add "Layer Label Override" Zoom (282, 563) Units "km" Enable On Position Center Font ("Arial",256,10,6316128,16777215) Duplicates Off Offset 0 Override Add "Layer Label Override" Zoom (563, 1046) Units "km" Enable On Position Center Auto Retry On Font ("Arial",256,10,6908265,16777215) Duplicates Off Offset 0 Override Add "Layer Label Override" Zoom (1046, 1609) Units "km" Enable On Position Center Font ("Arial",256,9,6908265,16777215) Duplicates Off Offset 0 Override Add "Layer Label Override" Zoom (1609, 2092) Units "km" Enable On Position Center Font ("Arial",256,8,6908265,16777215) Duplicates Off Offset 0 Layer 18 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (31,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 200) Units "mi" FriendlyName "Town" Label Line Arrow Position Center Font ("Arial",0,9,0) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates Off Offset 0 Visibility Zoom (0, 322) Units "km" Override Add "Layer Label Override" Zoom (0, 16) Units "km" Enable On Font ("Arial",256,10,5263440,16777215) Override Add "Layer Label Override" Zoom (16, 129) Units "km" Enable On Font ("Arial",256,9,5263440,16777215) Override Add "Layer Label Override" Zoom (129, 322) Units "km" Enable On Font ("Arial",256,8,5263440,16777215) Layer 19 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (31,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 20) Units "km" FriendlyName "Small_Town" Label Line Arrow Position Right Font ("Arial",0,9,0) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates On Offset 2 Visibility On Override Add "Layer Label Override" Zoom (0, 20) Units "km" Enable On Position Center Font ("Arial",256,8,5263440,16777215) Offset 0 Layer 20 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (31,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 10) Units "km" FriendlyName "Other_Settlement" Label Line Arrow Position Right Font ("Arial",0,9,0) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates On Offset 2 Visibility On Override Add "Layer Label Override" Zoom (0, 10) Units "km" Enable On Position Center Font ("Arial",256,8,5263440,16777215) Offset 0 Layer 21 Display Global Global Pen (20,9,10526880) Brush (1,16249578,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (402.3, 12070) Units "km" FriendlyName "Country" Label Line None Position Center Font ("Microsoft Sans Serif",256,9,4473924,16777215) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates Off PartialSegments Off Offset 0 Visibility Zoom (647, 14480) Units "km" AutoPosition On AutoSizes 4 AutoSizeStep 50 SuppressIfNoFit On AutoCallout Off Override Add "Layer Label Override" Zoom (402, 523) Units "km" Enable On Font ("Arial",1280,14,8553090,16777215) Override Add "Layer Label Override" Zoom (523, 1046) Units "km" Enable On Font ("Arial",256,14,8553090,16777215) Override Add "Layer Label Override" Zoom (1046, 2092) Units "km" Enable On Position Center Font ("Arial",256,13,4473924,16777215) Offset 0 Override Add "Layer Label Override" Zoom (2092, 4184) Units "km" Enable On Font ("Arial",256,11,5263440,16777215) Override Add "Layer Label Override" Zoom (4184, 9000) Units "km" Enable On Font ("Arial",256,8,5263440,16777215) Layer 22 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (35,0,12) Line (20,73,11579568) Font ("Arial",0,9,0) Zoom (0, 65) Units "km" FriendlyName "Railways" Override Add "Layer Display Override" Zoom (0, 32) Units "km" Enable On Override Add "Layer Display Override" Zoom (32, 64) Units "km" Enable On Line (14,73,10526880) Label Line Arrow Position Above Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates Off Offset 2 Visibility On Layer 23 Display Graphic Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 2700) Units "mi" FriendlyName "Street_1" Override Add "Layer Display Override" Zoom (0, 16) Units "km" Enable On Line (60,2,13403410) , Line (50,2,15254183) Override Add "Layer Display Override" Zoom (16, 64) Units "km" Enable On Line (50,2,15042885) , Line (40,2,15903353) Override Add "Layer Display Override" Zoom (64, 563) Units "km" Enable On Line (30,2,15623936) , Line (25,2,15567432) Override Add "Layer Display Override" Zoom (563, 1046) Units "km" Enable On Line (25,2,15567432) Override Add "Layer Display Override" Zoom (1046, 4345) Units "km" Enable On Line (20,2,15567432) Label Line Arrow Position Above Font ("Arial",0,9,0) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates Off Offset 2 Visibility Zoom (0, 1046) Units "km" Override Add "Layer Label Override" Zoom (0, 64) Units "km" Enable On Position Center Font ("Arial",256,9,3158064,16777215) With LABEL Follow Path PartialSegments On Offset 0 BestPosition On Override Add "Layer Label Override" Zoom (64, 1046) Units "km" Enable On Position Center Font ("Arial",0,8,16777215,45056) With ROUTE_NUMBER Parallel Off PartialSegments Off Offset 0 BestPosition On Layer 24 Display Graphic Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 3000) Units "km" FriendlyName "Street_2" Override Add "Layer Display Override" Zoom (0, 16) Units "km" Enable On Line (60,2,14531455) , Line (50,2,16049603) Override Add "Layer Display Override" Zoom (16, 64) Units "km" Enable On Line (50,2,14070635) , Line (40,2,16374939) Override Add "Layer Display Override" Zoom (64, 282) Units "km" Enable On Line (30,2,15578880) , Line (25,2,15385950) Override Add "Layer Display Override" Zoom (282, 400) Units "km" Enable On Line (25,2,15578880) , Line (22,2,15385950) Override Add "Layer Display Override" Zoom (400, 3000) Units "km" Enable On Line (20,2,15385950) Label Line Arrow Position Center Font ("Arial",0,9,0) Pen (1,2,0) With LABEL Follow Path BestPosition On Auto On Overlap Off Duplicates Off Offset 0 Visibility Zoom (0, 906.1) Units "km" Override Add "Layer Label Override" Zoom (0, 16) Units "km" Enable On Font ("Arial",256,9,4210752,16777215) PartialSegments On Override Add "Layer Label Override" Zoom (16, 64) Units "km" Enable On Font ("Arial",256,8,4210752,16777215) PartialSegments On Override Add "Layer Label Override" Zoom (64, 563) Units "km" Enable On Font ("Arial",0,8,16777215,45056) With ROUTE_NUMBER Parallel Off Layer 25 Display Graphic Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (35,0,12) Line (1,2,16764992) Font ("Arial",0,9,0) Zoom (0, 563.3) Units "km" FriendlyName "Street_3" Override Add "Layer Display Override" Zoom (0, 16) Units "km" Enable On Line (35,191,13222325) Override Add "Layer Display Override" Zoom (16, 32) Units "km" Enable On Line (30,191,13222325) Override Add "Layer Display Override" Zoom (32, 129) Units "km" Enable On Line (27,191,13222325) Override Add "Layer Display Override" Zoom (129, 563) Units "km" Enable On Line (20,2,13222325) Label Line Arrow Position Above Font ("Arial",0,9,0) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates Off Offset 2 Visibility Zoom (0, 16) Units "km" Override Add "Layer Label Override" Zoom (0, 16) Units "km" Enable On Position Center Font ("Arial",256,8,4210752,16777215) With LABEL Follow Path PartialSegments On Offset 0 BestPosition On Layer 26 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (35,0,12) Line (1,2,16777215) Font ("Arial",0,9,0) Zoom (0, 177) Units "km" FriendlyName "Street_4" Override Add "Layer Display Override" Zoom (0, 8) Units "km" Enable On Line (35,191,13222325) Override Add "Layer Display Override" Zoom (8, 16) Units "km" Enable On Line (25,191,13222325) Override Add "Layer Display Override" Zoom (16, 177) Units "km" Enable On Line (20,2,13222325) Label Line Arrow Position Above Font ("Arial",0,9,0) Pen (1,2,0) With LABEL Parallel On Auto On Overlap Off Duplicates Off Offset 2 Visibility Zoom (0, 8) Units "km" Override Add "Layer Label Override" Zoom (0, 8) Units "km" Enable On Position Center Font ("Arial",256,8,3158064,16777215) With LABEL Follow Path PartialSegments On Offset 0 BestPosition On Layer 27 Display Graphic Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 32) Units "km" FriendlyName "Street_5" Override Add "Layer Display Override" Zoom (0, 4) Units "km" Enable On Line (30,191,13222325) Override Add "Layer Display Override" Zoom (4, 8) Units "km" Enable On Line (22,191,13222325) Override Add "Layer Display Override" Zoom (8, 32.1) Units "km" Enable On Line (15,2,12632256) Label Line Arrow Position Above Font ("Arial",0,9,0) Pen (1,2,0) With LABEL Follow Path Auto On Overlap Off Duplicates Off Offset 2 Visibility Zoom (0, 3) Units "km" Override Add "Layer Label Override" Zoom (0, 3.1) Units "km" Enable On Font ("Arial",256,8,6316128,16777215) With LABEL Layer 28 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (35,0,12) Line (1,6,12632256) Font ("Arial",0,9,0) Zoom (0, 10) Units "km" FriendlyName "Street_6" Label Line Arrow Position Above Font ("Arial",0,9,0) Pen (1,2,0) With STREET Parallel On Auto Off Overlap Off Duplicates Off Offset 2 Visibility On Layer 29 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (35,0,12) Line (20,26,9868950) Font ("Arial",0,9,0) Zoom (0, 32) Units "km" FriendlyName "Metroways" Label Line Arrow Position Above Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates Off Offset 2 Visibility On Layer 30 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (35,0,12) Line (17,12,3571097) Font ("Arial",0,9,0) Zoom (0, 7500) Units "km" FriendlyName "Ferry_Routes" Label Line Arrow Position Center Font ("Arial",0,8,16777215,6728404) Pen (1,2,0) With LABEL Follow Path Auto On Overlap Off Duplicates Off Offset 0 Visibility Zoom (0, 8000) Units "km" Override Add "Layer Label Override" Zoom (0, 200) Units "km" Enable On Font ("Arial",0,8,16777215,9616851) Override Add "Layer Label Override" Zoom (200, 8000) Units "km" Enable On Font ("Arial",0,8,16777215,6728404) Layer 31 Display Global Global Pen (1,2,0) Brush (2,16777215,16777215) Symbol (35,0,12) Line (1,3,11579568) Font ("Arial",0,9,0) Zoom (0, 10) Units "km" FriendlyName "Paths" Label Line Arrow Position Above Font ("Arial",0,9,0) Pen (1,2,0) With STREET Parallel On Auto Off Overlap Off Duplicates Off Offset 2 Visibility On Layer 32 Display Global Global Pen (20,2,6003642) Brush (2,6728404,16777215) Symbol (35,0,12) Line (1,2,6728404) Font ("Arial",0,9,0) Zoom (0, 560) Units "km" FriendlyName "Rivers" Override Add "Layer Display Override" Zoom (0, 193) Units "km" Enable On Pen (20,2,9616851) Brush (2,9616851,16777215) Line (1,2,9616851) Override Add "Layer Display Override" Zoom (193, 563) Units "km" Enable On Pen (20,2,6728404) Brush (2,6728404,16777215) Line (1,2,6728404) Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility Zoom (402, 12070) Units "km" Layer 33 Display Global Global Pen (20,2,9616851) Brush (2,9616851,16777215) Symbol (35,0,12) Line (1,2,9616851) Font ("Arial",0,9,0) Zoom (0, 160) Units "km" FriendlyName "Water" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 34 Display Global Global Pen (1,1,0) Brush (2,10864301,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 200) Units "mi" FriendlyName "Golf_Course" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 35 Display Global Global Pen (1,1,0) Brush (2,14146274,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 200) Units "mi" FriendlyName "Stadium" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 36 Display Global Global Pen (1,1,0) Brush (2,13159630,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 5500) Units "mi" FriendlyName "Military" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 37 Display Global Global Pen (1,1,0) Brush (2,16373692,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 5500) Units "mi" FriendlyName "Ground" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 38 Display Global Global Pen (1,1,13879997) Brush (2,14146274,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 200) Units "mi" FriendlyName "Airport_Ground" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 39 Display Global Global Pen (1,1,0) Brush (2,15261117,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 5500) Units "mi" FriendlyName "Institution" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 40 Display Global Global Pen (1,1,0) Brush (2,15454927,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 200) Units "mi" FriendlyName "Emergency" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 41 Display Global Global Pen (1,1,0) Brush (2,13159630,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 5500) Units "mi" FriendlyName "Public_Facility" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 42 Display Global Global Pen (1,1,0) Brush (2,15909061,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 200) Units "mi" FriendlyName "Hospital_Ground" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With LABEL Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 43 Display Global Global Pen (1,1,0) Brush (2,10864301,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 5500) Units "mi" FriendlyName "Cemetery" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 44 Display Global Global Pen (1,1,0) Brush (2,15586284,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 15) Units "mi" FriendlyName "Shopping_Centre" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 45 Display Global Global Pen (1,1,0) Brush (2,15389365,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 200) Units "mi" FriendlyName "Commercial_Area" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 46 Display Global Global Pen (1,1,0) Brush (2,11393212,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 200) Units "km" FriendlyName "Park" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 47 Display Global Global Pen (1,1,15328732) Brush (2,14867927,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 5500) Units "mi" FriendlyName "Urban" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 48 Display Global Global Pen (1,1,0) Brush (2,16446151,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 5500) Units "mi" FriendlyName "Beach_Moor" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With LABEL Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 49 Display Global Global Pen (1,1,0) Brush (2,11393212,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 5500) Units "mi" FriendlyName "Woodland" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With LABEL Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 50 Display Global Global Pen (1,1,0) Brush (1,16777215,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 160900) Units "km" Off FriendlyName "Marinelabels_ocean" Label Line None Position Center Font ("Microsoft Sans Serif",0,8,19424) Pen (1,2,0) With SmartLabel Parallel On Auto On Overlap Off Duplicates Off Offset 0 Visibility On Override Add "Layer Label Override" Zoom (0, 4185) Units "km" Enable On Font ("Arial",1,10,3501700) Override Add "Layer Label Override" Zoom (4185, 160900) Units "km" Enable On Font ("Arial",1,9,3501700) Layer 51 Display Global Global Pen (1,1,0) Brush (1,16777215,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 160900) Units "km" Off FriendlyName "MarineLabels_others" Label Line None Position Center Font ("Microsoft Sans Serif",0,8,19424) Pen (1,2,0) With SmartLabel Parallel On Auto On Overlap Off Duplicates Off PartialSegments On Offset 0 Visibility Zoom (0, 9500) Units "km" Override Add "Layer Label Override" Zoom (0, 4184) Units "km" Enable On Font ("Arial",1,9,3501700) Override Add "Layer Label Override" Zoom (4184, 9500) Units "km" Enable On Auto Retry On Font ("Arial",1,8,3501700) Layer 52 Display Global Global Pen (1,2,11774374) Brush (2,16250873,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 60) Units "km" Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With NAME Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On Layer 53 Display Global Global Pen (20,2,11774374) Brush (2,16250873,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (40, 160900) Units "km" FriendlyName "Country" Override Add "Layer Display Override" Zoom (60, 3219) Units "km" Enable On Pen (30,2,11774374) Brush (2,16250873,16777215) Override Add "Layer Display Override" Zoom (3219, 160934) Units "km" Enable On Pen (30,2,11774374) Brush (2,16250873,16777215) Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With SmartLabel Parallel On Auto On Overlap Off Duplicates On Offset 2 Visibility Zoom (805, 160900) Units "km" Override Add "Layer Label Override" Zoom (1287, 2414) Units "km" Enable On Font ("Arial",257,20,6316128,16777215) Override Add "Layer Label Override" Zoom (2414, 4023) Units "km" Enable On Font ("Arial",257,18,5263440,16777215) Override Add "Layer Label Override" Zoom (4023, 8851) Units "km" Enable On Font ("Arial",257,17,5263440,16777215) Override Add "Layer Label Override" Zoom (8851, 160934) Units "km" Enable On Font ("Arial",257,12,5263440,16777215) Layer 54 Display Global Global Pen (20,2,11774374) Brush (2,16250873,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) FriendlyName "World" Override Add "Layer Display Override" Zoom (0, 16) Units "km" Enable On Pen (20,2,11774374) Brush (2,15592424,16777215) Override Add "Layer Display Override" Zoom (16, 3219) Units "km" Enable On Pen (20,2,6907236) Brush (2,16250873,16777215) Override Add "Layer Display Override" Zoom (3219, 160934) Units "km" Enable On Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With SmartLabel Parallel On Auto On Overlap Off Duplicates On Offset 2 Visibility Zoom (805, 160934) Units "km" Override Add "Layer Label Override" Zoom (805, 1287) Units "km" Enable On Font ("Arial",1281,16,9474192,16777215) Override Add "Layer Label Override" Zoom (1287, 2414) Units "km" Enable On Font ("Arial",257,14,6316128,16777215) Override Add "Layer Label Override" Zoom (2414, 4023) Units "km" Enable On Font ("Arial",257,11,5263440,16777215) Override Add "Layer Label Override" Zoom (4023, 8851) Units "km" Enable On Font ("Arial",257,11,5263440,16777215) Override Add "Layer Label Override" Zoom (8851, 160934) Units "km" Enable On Font ("Arial",257,9,5263440,16777215) Layer 55 Display Global Global Pen (1,1,9096186) Brush (2,6728404,16777215) Symbol (35,0,12) Line (1,2,0) Font ("Arial",0,9,0) Zoom (0, 99980) Units "mi" Off FriendlyName "Ocean" Override Add "Layer Display Override" Zoom (0, 193) Units "km" Enable On Pen (1,1,9096186) Brush (2,9616851,16777215) Override Add "Layer Display Override" Zoom (193, 160900) Units "km" Enable On Label Line None Position Center Font ("Arial",0,9,0) Pen (1,2,0) With Ocean Parallel On Auto Off Overlap Off Duplicates On Offset 2 Visibility On GroupLayer 1 Display On Title "Points" GroupLayer 2 Display On Title "Transportation" GroupLayer 3 Display On Title "Public_Interest" GroupLayer 4 Display On Title "Gazetteer_Points" GroupLayer 5 Display On Title "Administrative_Area" GroupLayer 6 Display On Title "Transportation" GroupLayer 7 Display On Title "Streets" GroupLayer 8 Display On Title "Water" GroupLayer 9 Display On Title "Boundaries" GroupLayer 10 Display On Title "Outerworld" Set Map Label Priority 52, 31, 28, 15, 21, 50, 54, 16, 17, 18, 19, 20, 2, 1, 23, 24, 25, 26, 27, 3, 5, 47, 45, 48, 49, 44, 43, 41, 40, 8, 11, 10, 9, 7, 14, 13, 12, 53, 4, 37, 39, 38, 42, 36, 6, 35, 34, 46, 33, 32, 30, 29, 22, 51, 55 Set Window FrontWindow() Title "StreetPro New South Wales Edition 2020_02" dt = CurDateTime() Print "Ended at: "&dt End Sub